diff --git a/Classes/Framework/GeckoReporter.h b/Classes/Framework/GeckoReporter.h index c630701..7851bea 100644 --- a/Classes/Framework/GeckoReporter.h +++ b/Classes/Framework/GeckoReporter.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/27/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMReporter.h" diff --git a/Classes/Framework/MGMBugWindow.h b/Classes/Framework/MGMBugWindow.h index 4208ebb..2d8d6c7 100644 --- a/Classes/Framework/MGMBugWindow.h +++ b/Classes/Framework/MGMBugWindow.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/2/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMBugWindow.m b/Classes/Framework/MGMBugWindow.m index c19931a..fc27fb9 100644 --- a/Classes/Framework/MGMBugWindow.m +++ b/Classes/Framework/MGMBugWindow.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/2/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMBugWindow.h" @@ -28,7 +28,7 @@ [userEmailField setStringValue:[userDefautls objectForKey:MGMGRUserEmail]]; [mainWindow makeKeyAndOrderFront:self]; - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; if ([sysInfo isUIElement]) [[NSApplication sharedApplication] activateIgnoringOtherApps:YES]; } diff --git a/Classes/Framework/MGMContactWindow.h b/Classes/Framework/MGMContactWindow.h index a38bc73..e858f92 100644 --- a/Classes/Framework/MGMContactWindow.h +++ b/Classes/Framework/MGMContactWindow.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/3/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMContactWindow.m b/Classes/Framework/MGMContactWindow.m index 5b1e613..1da4e25 100644 --- a/Classes/Framework/MGMContactWindow.m +++ b/Classes/Framework/MGMContactWindow.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/3/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMContactWindow.h" @@ -30,7 +30,7 @@ [userNameField setStringValue:[userDefautls objectForKey:MGMGRUserName]]; [mainWindow makeKeyAndOrderFront:self]; - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; if ([sysInfo isUIElement]) [[NSApplication sharedApplication] activateIgnoringOtherApps:YES]; } diff --git a/Classes/Framework/MGMFeedback.h b/Classes/Framework/MGMFeedback.h index eca64a8..1cce39c 100644 --- a/Classes/Framework/MGMFeedback.h +++ b/Classes/Framework/MGMFeedback.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/2/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMFeedback.m b/Classes/Framework/MGMFeedback.m index a4a0e7a..00ecc16 100644 --- a/Classes/Framework/MGMFeedback.m +++ b/Classes/Framework/MGMFeedback.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/2/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMFeedback.h" diff --git a/Classes/Framework/MGMLocalized.h b/Classes/Framework/MGMLocalized.h index bf5eb51..a12e11b 100644 --- a/Classes/Framework/MGMLocalized.h +++ b/Classes/Framework/MGMLocalized.h @@ -3,7 +3,7 @@ * GeckoReporter * * Created by Mr. Gecko on 1/6/10. - * Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ + * Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ * */ diff --git a/Classes/Framework/MGMLog.h b/Classes/Framework/MGMLog.h index 38ae709..3015a12 100644 --- a/Classes/Framework/MGMLog.h +++ b/Classes/Framework/MGMLog.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/1/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMLog.m b/Classes/Framework/MGMLog.m index 0c503db..fe9cce1 100644 --- a/Classes/Framework/MGMLog.m +++ b/Classes/Framework/MGMLog.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/1/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMLog.h" diff --git a/Classes/Framework/MGMReportWindow.h b/Classes/Framework/MGMReportWindow.h index ea41b39..477724f 100644 --- a/Classes/Framework/MGMReportWindow.h +++ b/Classes/Framework/MGMReportWindow.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/27/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMReportWindow.m b/Classes/Framework/MGMReportWindow.m index 111389f..4e2966c 100644 --- a/Classes/Framework/MGMReportWindow.m +++ b/Classes/Framework/MGMReportWindow.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/27/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMReportWindow.h" @@ -28,7 +28,7 @@ NSString * const MGMSaveLastDate = @"MGMSaveLastDate"; reportFile = [theReportFile retain]; reportDate = [theReportDate retain]; NSUserDefaults *userDefautls = [NSUserDefaults standardUserDefaults]; - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; NSString *applicationName = [sysInfo applicationName]; appMainMenu = [[[NSApplication sharedApplication] mainMenu] retain]; diff --git a/Classes/Framework/MGMReporter.h b/Classes/Framework/MGMReporter.h index 5cd9fc6..6ad149e 100644 --- a/Classes/Framework/MGMReporter.h +++ b/Classes/Framework/MGMReporter.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/27/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMReporter.m b/Classes/Framework/MGMReporter.m index 430ce69..8eb0f82 100644 --- a/Classes/Framework/MGMReporter.m +++ b/Classes/Framework/MGMReporter.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/27/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMReporter.h" @@ -12,6 +12,8 @@ #import "MGMSystemInfo.h" #import "MGMLog.h" +NSString * const MGMCopyright = @"Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/"; + NSString * const MGMReportsPath = @"~/Library/Logs/CrashReporter"; NSString * const MGMGRDoneNotification = @"MGMGRDoneNotification"; NSString * const MGMGRUserEmail = @"MGMGRUserEmail"; @@ -31,7 +33,7 @@ NSString * const MGMGRIgnoreAll = @"MGMGRIgnoreAll"; NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; if ([userDefaults objectForKey:MGMGRIgnoreAll]==nil || ![[userDefaults objectForKey:MGMGRIgnoreAll] boolValue]) { NSFileManager *manager = [NSFileManager defaultManager]; - NSString *applicationName = [[[MGMSystemInfo new] autorelease] applicationEXECName]; + NSString *applicationName = [[MGMSystemInfo info] applicationEXECName]; if (lastDate!=nil) { [lastDate release]; lastDate = nil; @@ -45,13 +47,13 @@ NSString * const MGMGRIgnoreAll = @"MGMGRIgnoreAll"; NSString *file = [[MGMReportsPath stringByAppendingPathComponent:crashFile] stringByResolvingSymlinksInPath]; BOOL readable = [manager isReadableFileAtPath:file]; NSDictionary *attributes = [crashFiles fileAttributes]; - NSDate *creationDate = [attributes objectForKey:NSFileCreationDate]; - if (readable && (lastDate==nil || (creationDate==[lastDate laterDate:creationDate]))) { + NSDate *modifiedDate = [attributes objectForKey:NSFileModificationDate]; + if (readable && (lastDate==nil || (![lastDate isEqual:modifiedDate] && [lastDate laterDate:modifiedDate]==modifiedDate))) { if (lastDate!=nil) { [lastDate release]; lastDate = nil; } - lastDate = [creationDate retain]; + lastDate = [modifiedDate retain]; lastCrashFile = file; foundReport = YES; } diff --git a/Classes/Framework/MGMSender.h b/Classes/Framework/MGMSender.h index 74a1142..2b61f8a 100644 --- a/Classes/Framework/MGMSender.h +++ b/Classes/Framework/MGMSender.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/28/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMSender.m b/Classes/Framework/MGMSender.m index 8e66e6d..b9435e5 100644 --- a/Classes/Framework/MGMSender.m +++ b/Classes/Framework/MGMSender.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/28/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMSender.h" @@ -17,7 +17,7 @@ NSString * const MGMDefaultTimeFormat = @"%a, %m/%d/%y %H:%M:%S %Z"; NSString * const MGMDefaultCrashEmail = @"crashreports@mrgeckosmedia.com"; NSString * const MGMDefaultBugsEmail = @"bugs@mrgeckosmedia.com"; NSString * const MGMDefaultContactEmail = @"support@mrgeckosmedia.com"; -NSString * const MGMDefaultURL = @"https://mrgeckosmedia.com/sendreport.php"; +NSString * const MGMDefaultURL = @"http://mrgeckosmedia.com/sendreport.php"; NSString * const MGMGRTimeZone = @"MGMGRTimeZone"; NSString * const MGMGRTimeFormat = @"MGMGRTimeFormat"; @@ -111,7 +111,7 @@ NSString * const MGMGRLogFiles = @"MGMGRLogFiles"; return data; } - (NSDictionary *)defaultObjects { - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; NSMutableDictionary *objects = [NSMutableDictionary dictionary]; [objects setObject:[sysInfo frameworkVersion] forKey:@"GRVersion"]; [objects setObject:[sysInfo applicationName] forKey:@"Application"]; @@ -153,7 +153,7 @@ NSString * const MGMGRLogFiles = @"MGMGRLogFiles"; delegate = theDelegate; NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; NSString *email = nil, *url = nil, *userEmail = nil, *logFiles = nil; BOOL reportAttached = NO; @@ -233,7 +233,7 @@ NSString * const MGMGRLogFiles = @"MGMGRLogFiles"; delegate = theDelegate; NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; NSString *email = nil, *url = nil, *userEmail = nil; if ([userDefaults objectForKey:MGMGRBugsEmail]!=nil && ![[userDefaults objectForKey:MGMGRBugsEmail] isEqualToString:@""]) { @@ -293,7 +293,7 @@ NSString * const MGMGRLogFiles = @"MGMGRLogFiles"; delegate = theDelegate; NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; - MGMSystemInfo *sysInfo = [[MGMSystemInfo new] autorelease]; + MGMSystemInfo *sysInfo = [MGMSystemInfo info]; NSString *email = nil, *url = nil, *userEmail = nil, *userName = nil; if ([userDefaults objectForKey:MGMGRContactEmail]!=nil && ![[userDefaults objectForKey:MGMGRContactEmail] isEqualToString:@""]) { diff --git a/Classes/Framework/MGMSenderDelegate.h b/Classes/Framework/MGMSenderDelegate.h index 1de2e4c..dfd35fa 100644 --- a/Classes/Framework/MGMSenderDelegate.h +++ b/Classes/Framework/MGMSenderDelegate.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/2/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Framework/MGMSystemInfo.h b/Classes/Framework/MGMSystemInfo.h index af0fdf5..6e7c17d 100644 --- a/Classes/Framework/MGMSystemInfo.h +++ b/Classes/Framework/MGMSystemInfo.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/31/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import @@ -12,6 +12,7 @@ @interface MGMSystemInfo : NSObject { } ++ (MGMSystemInfo *)info; - (NSString *)architecture; - (BOOL)is64Bit; - (NSString *)CPUFamily; diff --git a/Classes/Framework/MGMSystemInfo.m b/Classes/Framework/MGMSystemInfo.m index 3cf2c78..1b8f2fd 100644 --- a/Classes/Framework/MGMSystemInfo.m +++ b/Classes/Framework/MGMSystemInfo.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 12/31/09. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMSystemInfo.h" @@ -31,6 +31,10 @@ NSString * const MGMModel = @"hw.model"; @end @implementation MGMSystemInfo ++ (MGMSystemInfo *)info { + return [[[self alloc] init] autorelease]; +} + - (int)valueFromSystem:(NSString *)theName { int value = 0; unsigned long length = sizeof(value); @@ -273,15 +277,15 @@ NSString * const MGMModel = @"hw.model"; } - (NSString *)applicationName { - return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"]; + return [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleNameKey]; } - (NSString *)applicationEXECName { - return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleExecutable"]; + return [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleExecutableKey]; } - (NSString *)applicationVersion { - return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]; + return [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey]; } - (BOOL)isUIElement { @@ -293,7 +297,7 @@ NSString * const MGMModel = @"hw.model"; } - (NSString *)frameworkVersion { - return [FRAMEWORKBUNDLE objectForInfoDictionaryKey:@"CFBundleVersion"]; + return [FRAMEWORKBUNDLE objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey]; } - (NSString *)useragentWithApplicationNameAndVersion:(NSString *)nameAndVersion { diff --git a/Classes/Test/MGMController.h b/Classes/Test/MGMController.h index a481454..2407bbb 100644 --- a/Classes/Test/MGMController.h +++ b/Classes/Test/MGMController.h @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/1/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import diff --git a/Classes/Test/MGMController.m b/Classes/Test/MGMController.m index c13991a..a862b87 100644 --- a/Classes/Test/MGMController.m +++ b/Classes/Test/MGMController.m @@ -3,7 +3,7 @@ // GeckoReporter // // Created by Mr. Gecko on 1/1/10. -// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ // #import "MGMController.h" diff --git a/GeckoReporter Test-Info.plist b/GeckoReporter Test-Info.plist index 24d3f8b..57855ff 100644 --- a/GeckoReporter Test-Info.plist +++ b/GeckoReporter Test-Info.plist @@ -1,50 +1,24 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - GeckoReporter - CFBundleIdentifier - com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - CFBundleSignature - ???? - NSHumanReadableCopyright - Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ - CFBundleShortVersionString - 0.1 - CFBundleVersion - 0.1 - LSMinimumSystemVersion - ${MACOSX_DEPLOYMENT_TARGET} - NSPrincipalClass - NSApplication - NSMainNibFile - MainMenu - MGMGRCrashEmail - crashreports@mrgeckosmedia.com - MGMGRBugsEmail - bugs@mrgeckosmedia.com - MGMGRContactEmail - support@mrgeckosmedia.com - MGMGRLogFiles - ~/Library/Logs/com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}.log ~/Library/Logs/com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}_2.log - MGMGRReportFileAttached - - MGMGRTimeFormat - %A, %m/%d/%y %I:%M:%S %p - MGMGRTimeZone - CST - MGMGRURL - https://mrgeckosmedia.com/sendreport.php - - +{ + "CFBundleDevelopmentRegion" = English; + CFBundleExecutable = "${EXECUTABLE_NAME}"; + CFBundleIconFile = GeckoReporter; + CFBundleIdentifier = "com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}"; + "CFBundleInfoDictionaryVersion" = "6.0"; + CFBundleName = "${PRODUCT_NAME}"; + CFBundlePackageType = APPL; + CFBundleSignature = "????"; + "NSHumanReadableCopyright" = "Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/"; + "CFBundleShortVersionString" = "0.1"; + CFBundleVersion = "0.1"; + "LSMinimumSystemVersion" = "${MACOSX_DEPLOYMENT_TARGET}"; + NSPrincipalClass = NSApplication; + NSMainNibFile = MainMenu; + MGMGRCrashEmail = "crashreports@mrgeckosmedia.com"; + MGMGRBugsEmail = "bugs@mrgeckosmedia.com"; + MGMGRContactEmail = "support@mrgeckosmedia.com"; + MGMGRLogFiles = "~/Library/Logs/com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}.log ~/Library/Logs/com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}_2.log"; + "MGMGRReportFileAttached" = YES; + MGMGRTimeFormat = "%A, %m/%d/%y %I:%M:%S %p"; + MGMGRTimeZone = CST; + MGMGRURL = "http://mrgeckosmedia.com/sendreport.php"; +} \ No newline at end of file diff --git a/GeckoReporter-Info.plist b/GeckoReporter-Info.plist index ce5b258..bcba593 100644 --- a/GeckoReporter-Info.plist +++ b/GeckoReporter-Info.plist @@ -1,30 +1,14 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleName - ${PRODUCT_NAME} - CFBundleIconFile - - CFBundleIdentifier - com.MrGeckosMedia.${PRODUCT_NAME:rfc1034Identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - FMWK - CFBundleSignature - ???? - NSHumanReadableCopyright - Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ - CFBundleVersion - 0.1 - CFBundleShortVersionString - 0.1 - NSPrincipalClass - - - +{ + "CFBundleDevelopmentRegion" = English; + CFBundleExecutable = "${EXECUTABLE_NAME}"; + CFBundleName = "${PRODUCT_NAME}"; + CFBundleIconFile = ""; + CFBundleIdentifier = "com.MrGeckosMedia.${PRODUCT_NAME:rfc1034Identifier}"; + "CFBundleInfoDictionaryVersion" = "6.0"; + CFBundlePackageType = FMWK; + CFBundleSignature = "????"; + "NSHumanReadableCopyright" = "Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/"; + CFBundleVersion = "0.1"; + "CFBundleShortVersionString" = "0.1"; + NSPrincipalClass = ""; +} \ No newline at end of file diff --git a/GeckoReporter.xcodeproj/grmrgecko.pbxuser b/GeckoReporter.xcodeproj/grmrgecko.pbxuser index a4dbd5a..e1d5b98 100644 --- a/GeckoReporter.xcodeproj/grmrgecko.pbxuser +++ b/GeckoReporter.xcodeproj/grmrgecko.pbxuser @@ -136,12 +136,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 297304370; - PBXWorkspaceStateSaveDate = 297304370; - }; - perUserProjectItems = { - 2A8FF6CA1191E47400E27292 = 2A8FF6CA1191E47400E27292 /* PBXBookmark */; - 2A8FF6D01192232500E27292 = 2A8FF6D01192232500E27292 /* PBXTextBookmark */; + PBXPerProjectTemplateStateSaveDate = 303325059; + PBXWorkspaceStateSaveDate = 303325059; }; sourceControlManager = 2A478DA110E8456500EBC4A9 /* Source Control */; userBuildSettings = { @@ -173,7 +169,7 @@ uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1176, 646}}"; sepNavSelRange = "{362, 0}"; - sepNavVisRange = "{0, 452}"; + sepNavVisRange = "{0, 453}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; @@ -187,9 +183,9 @@ }; 2A85014810EFA81C00CA1273 /* MGMBugWindow.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1176, 1196}}"; - sepNavSelRange = "{308, 0}"; - sepNavVisRange = "{0, 1232}"; + sepNavIntBoundsRect = "{{0, 0}, {1176, 1209}}"; + sepNavSelRange = "{878, 11}"; + sepNavVisRange = "{79, 1224}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; @@ -201,20 +197,6 @@ sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; - 2A8FF6CA1191E47400E27292 /* PBXBookmark */ = { - isa = PBXBookmark; - fRef = 2AC8694E10EE8062000743D2 /* MGMReportWindow.m */; - }; - 2A8FF6D01192232500E27292 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 2AC8694E10EE8062000743D2 /* MGMReportWindow.m */; - name = "MGMReportWindow.m: 31"; - rLen = 59; - rLoc = 974; - rType = 0; - vrLen = 2178; - vrLoc = 0; - }; 2AB2902810F132290080C6A1 /* MGMContactWindow.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1176, 646}}"; @@ -225,9 +207,9 @@ }; 2AB2902910F132290080C6A1 /* MGMContactWindow.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1176, 1417}}"; - sepNavSelRange = "{916, 43}"; - sepNavVisRange = "{0, 1328}"; + sepNavIntBoundsRect = "{{0, 0}, {1176, 1430}}"; + sepNavSelRange = "{989, 0}"; + sepNavVisRange = "{0, 1316}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; @@ -247,7 +229,7 @@ 2AB2984D10F54BB40080C6A1 /* pt_PT */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1601, 646}}"; - sepNavSelRange = "{1209, 0}"; + sepNavSelRange = "{669, 0}"; sepNavVisRange = "{0, 1212}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; @@ -255,7 +237,7 @@ 2AB2985110F54C1E0080C6A1 /* es */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1524, 646}}"; - sepNavSelRange = "{1160, 0}"; + sepNavSelRange = "{125, 8}"; sepNavVisRange = "{0, 1163}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; @@ -270,9 +252,10 @@ }; 2AB2987E10F5537D0080C6A1 /* License.txt */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1176, 646}}"; - sepNavSelRange = "{670, 0}"; - sepNavVisRange = "{0, 1229}"; + sepNavIntBoundsRect = "{{0, 0}, {1221, 646}}"; + sepNavSelRange = "{1379, 0}"; + sepNavVisRange = "{0, 1379}"; + sepNavWindowFrame = "{{0, 4}, {1280, 774}}"; }; }; 2AC8693C10EE7EDE000743D2 /* Prefix.pch */ = { @@ -301,9 +284,9 @@ }; 2AC8694C10EE8062000743D2 /* MGMReporter.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1176, 1352}}"; - sepNavSelRange = "{835, 0}"; - sepNavVisRange = "{0, 2162}"; + sepNavIntBoundsRect = "{{0, 0}, {1503, 1404}}"; + sepNavSelRange = "{2898, 0}"; + sepNavVisRange = "{0, 2172}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; @@ -317,9 +300,9 @@ }; 2AC8694E10EE8062000743D2 /* MGMReportWindow.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1475, 1690}}"; - sepNavSelRange = "{974, 59}"; - sepNavVisRange = "{0, 2178}"; + sepNavIntBoundsRect = "{{0, 0}, {1475, 1781}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{808, 1931}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; @@ -334,16 +317,16 @@ 2AC8695110EE8062000743D2 /* MGMSystemInfo.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1176, 646}}"; - sepNavSelRange = "{891, 0}"; - sepNavVisRange = "{0, 1067}"; + sepNavSelRange = "{359, 8}"; + sepNavVisRange = "{0, 1092}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; 2AC8695210EE8062000743D2 /* MGMSystemInfo.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1176, 4043}}"; - sepNavSelRange = "{6602, 11}"; - sepNavVisRange = "{5911, 1575}"; + sepNavIntBoundsRect = "{{0, 0}, {1176, 4121}}"; + sepNavSelRange = "{6760, 42}"; + sepNavVisRange = "{6002, 1700}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; @@ -465,16 +448,16 @@ 2AC86B4610EE9DD7000743D2 /* MGMLog.m */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1176, 1196}}"; - sepNavSelRange = "{201, 3032}"; - sepNavVisRange = "{0, 1785}"; + sepNavSelRange = "{201, 508}"; + sepNavVisRange = "{710, 1826}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; 2AC86CF010EEC54C000743D2 /* MGMSender.m */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1496, 5018}}"; - sepNavSelRange = "{10263, 0}"; - sepNavVisRange = "{13505, 2481}"; + sepNavIntBoundsRect = "{{0, 0}, {1176, 5226}}"; + sepNavSelRange = "{671, 0}"; + sepNavVisRange = "{0, 1737}"; sepNavWindowFrame = "{{15, 4}, {1235, 774}}"; }; }; diff --git a/GeckoReporter.xcodeproj/grmrgecko.perspectivev3 b/GeckoReporter.xcodeproj/grmrgecko.perspectivev3 index 589bda2..2a38f8a 100644 --- a/GeckoReporter.xcodeproj/grmrgecko.perspectivev3 +++ b/GeckoReporter.xcodeproj/grmrgecko.perspectivev3 @@ -197,48 +197,7 @@ Notifications OpenEditors - - - Content - - PBXProjectModuleGUID - 2A8FF6CE1192232500E27292 - PBXProjectModuleLabel - MGMReportWindow.m - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 2A8FF6CF1192232500E27292 - PBXProjectModuleLabel - MGMReportWindow.m - _historyCapacity - 0 - bookmark - 2A8FF6D01192232500E27292 - history - - 2A8FF6CA1191E47400E27292 - - - SplitCount - 1 - - StatusBarVisibility - - - Geometry - - Frame - {{0, 20}, {1235, 677}} - PBXModuleWindowStatusBarHidden2 - - RubberWindowFrame - 15 60 1235 718 0 0 1280 778 - - - + PerspectiveWidths 1280 @@ -326,7 +285,7 @@ PBXSmartGroupTreeModuleOutlineStateSelectionKey - 7 + 5 2 1 0 @@ -418,6 +377,8 @@ XCDetailModule + BecomeActive + ContentConfiguration PBXProjectModuleGUID @@ -429,38 +390,17 @@ Frame {{10, 27}, {1073, 646}} + RubberWindowFrame + 0 59 1280 719 0 0 1280 778 Module PBXProjectFindModule - BecomeActive - ContentConfiguration PBXCVSModuleFilterTypeKey 1032 - PBXCVSModuleTreeModuleColumnData - - PBXCVSModuleTreeModuleColumnWidthsKey - - 655 - 56 - 63 - 60 - 63 - 139 - - PBXCVSModuleTreeModuleColumnsKey - - Name - Status - Update - Revision - Author - Date - - PBXProjectModuleGUID 1CA23EE10692099D00951B8B PBXProjectModuleLabel @@ -470,8 +410,6 @@ Frame {{10, 27}, {1073, 646}} - RubberWindowFrame - 0 59 1280 719 0 0 1280 778 Module PBXCVSModule @@ -519,11 +457,11 @@ TableOfContents - 2A8FF6BE1191E1FB00E27292 + 2A1B4B2912145FD700C1F8A0 1CA23ED40692098700951B8B - 2A8FF6BF1191E1FB00E27292 + 2A1B4B2A12145FD700C1F8A0 2A478DDD10E8598900EBC4A9 - 2A8FF6C01191E1FB00E27292 + 2A1B4B2B12145FD700C1F8A0 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -674,14 +612,14 @@ TableOfContents - 2A5B7B1610FCBA9400051C18 + 2AF1C1461214451C008E7D29 1CCC7628064C1048000F2A68 1CCC7629064C1048000F2A68 - 2A5B7B1710FCBA9400051C18 - 2A5B7B1810FCBA9400051C18 - 2A5B7B1910FCBA9400051C18 - 2A5B7B1A10FCBA9400051C18 - 2A478DDD10E8598900EBC4A9 + 2AF1C1471214451C008E7D29 + 2AF1C1481214451C008E7D29 + 2AF1C1491214451C008E7D29 + 2AF1C14A1214451C008E7D29 + 2AF1C14B1214451C008E7D29 ToolbarConfigUserDefaultsMinorVersion 2 @@ -715,7 +653,6 @@ 5 WindowOrderList - 2A8FF6CE1192232500E27292 /Development/James' Applications/GeckoReporter/GeckoReporter.xcodeproj WindowString @@ -1557,7 +1494,7 @@ TableOfContents 2A478EAD10E881CF00EBC4A9 - 2A5B7AD010FCB63600051C18 + 2A3B3EB012145370002E3055 2A478EAC10E881CF00EBC4A9 WindowString diff --git a/GeckoReporter.xcodeproj/project.pbxproj b/GeckoReporter.xcodeproj/project.pbxproj index 8aa1cfe..3ae9dd1 100644 --- a/GeckoReporter.xcodeproj/project.pbxproj +++ b/GeckoReporter.xcodeproj/project.pbxproj @@ -9,10 +9,10 @@ /* Begin PBXBuildFile section */ 2A85014410EFA6A700CA1273 /* MGMFeedback.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A85014210EFA6A700CA1273 /* MGMFeedback.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2A85014510EFA6A700CA1273 /* MGMFeedback.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A85014310EFA6A700CA1273 /* MGMFeedback.m */; }; - 2A85014910EFA81C00CA1273 /* MGMBugWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A85014710EFA81C00CA1273 /* MGMBugWindow.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2A85014910EFA81C00CA1273 /* MGMBugWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A85014710EFA81C00CA1273 /* MGMBugWindow.h */; settings = {ATTRIBUTES = (); }; }; 2A85014A10EFA81C00CA1273 /* MGMBugWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A85014810EFA81C00CA1273 /* MGMBugWindow.m */; }; 2A8502FD10F0636600CA1273 /* MGMSenderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A8502FC10F0636600CA1273 /* MGMSenderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2AB2902A10F132290080C6A1 /* MGMContactWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB2902810F132290080C6A1 /* MGMContactWindow.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2AB2902A10F132290080C6A1 /* MGMContactWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB2902810F132290080C6A1 /* MGMContactWindow.h */; settings = {ATTRIBUTES = (); }; }; 2AB2902B10F132290080C6A1 /* MGMContactWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB2902910F132290080C6A1 /* MGMContactWindow.m */; }; 2AB297AF10F51A070080C6A1 /* GeckoReporter.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2AB297A510F5173F0080C6A1 /* GeckoReporter.icns */; }; 2AB2984610F54BA00080C6A1 /* GeckoReporter.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2983110F54BA00080C6A1 /* GeckoReporter.strings */; }; @@ -20,12 +20,12 @@ 2AB2984A10F54BA00080C6A1 /* MGMContactWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2983910F54BA00080C6A1 /* MGMContactWindow.xib */; }; 2AB2984B10F54BA00080C6A1 /* MGMReportWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2983B10F54BA00080C6A1 /* MGMReportWindow.xib */; }; 2AB2984C10F54BA00080C6A1 /* ModelNames.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2984110F54BA00080C6A1 /* ModelNames.plist */; }; - 2AB2985D10F54D490080C6A1 /* MGMLocalized.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB2985C10F54D490080C6A1 /* MGMLocalized.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2AB2985D10F54D490080C6A1 /* MGMLocalized.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB2985C10F54D490080C6A1 /* MGMLocalized.h */; settings = {ATTRIBUTES = (); }; }; 2AB2987F10F5537D0080C6A1 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2987E10F5537D0080C6A1 /* License.txt */; }; 2AC8695410EE8062000743D2 /* GeckoReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8694A10EE8062000743D2 /* GeckoReporter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2AC8695510EE8062000743D2 /* MGMReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8694B10EE8062000743D2 /* MGMReporter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2AC8695610EE8062000743D2 /* MGMReporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC8694C10EE8062000743D2 /* MGMReporter.m */; }; - 2AC8695710EE8062000743D2 /* MGMReportWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8694D10EE8062000743D2 /* MGMReportWindow.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2AC8695710EE8062000743D2 /* MGMReportWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8694D10EE8062000743D2 /* MGMReportWindow.h */; settings = {ATTRIBUTES = (); }; }; 2AC8695810EE8062000743D2 /* MGMReportWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC8694E10EE8062000743D2 /* MGMReportWindow.m */; }; 2AC8695910EE8062000743D2 /* MGMSender.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8694F10EE8062000743D2 /* MGMSender.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2AC8695B10EE8062000743D2 /* MGMSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8695110EE8062000743D2 /* MGMSystemInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -286,13 +286,13 @@ files = ( 2AC8695410EE8062000743D2 /* GeckoReporter.h in Headers */, 2AC8695510EE8062000743D2 /* MGMReporter.h in Headers */, - 2AC8695710EE8062000743D2 /* MGMReportWindow.h in Headers */, 2AC8695910EE8062000743D2 /* MGMSender.h in Headers */, 2AC8695B10EE8062000743D2 /* MGMSystemInfo.h in Headers */, 2AC86B4710EE9DD7000743D2 /* MGMLog.h in Headers */, 2A85014410EFA6A700CA1273 /* MGMFeedback.h in Headers */, - 2A85014910EFA81C00CA1273 /* MGMBugWindow.h in Headers */, 2A8502FD10F0636600CA1273 /* MGMSenderDelegate.h in Headers */, + 2AC8695710EE8062000743D2 /* MGMReportWindow.h in Headers */, + 2A85014910EFA81C00CA1273 /* MGMBugWindow.h in Headers */, 2AB2902A10F132290080C6A1 /* MGMContactWindow.h in Headers */, 2AB2985D10F54D490080C6A1 /* MGMLocalized.h in Headers */, ); @@ -505,12 +505,9 @@ GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = Prefix.pch; - GCC_VERSION = 4.0; INFOPLIST_FILE = "GeckoReporter-Info.plist"; INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = GeckoReporter; - SDKROOT = macosx10.4; - "SDKROOT[arch=*]" = macosx10.5; SKIP_INSTALL = YES; WRAPPER_EXTENSION = framework; }; @@ -527,12 +524,9 @@ GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = Prefix.pch; - GCC_VERSION = 4.0; INFOPLIST_FILE = "GeckoReporter-Info.plist"; INSTALL_PATH = "@executable_path/../Frameworks"; PRODUCT_NAME = GeckoReporter; - SDKROOT = macosx10.4; - "SDKROOT[arch=x86_64]" = macosx10.5; SKIP_INSTALL = YES; WRAPPER_EXTENSION = framework; }; @@ -541,26 +535,39 @@ 1DEB91B208733DA50010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ARCHS = ( + ppc, + i386, + x86_64, + ); GCC_C_LANGUAGE_STANDARD = gnu99; GCC_OPTIMIZATION_LEVEL = 0; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.4; ONLY_ACTIVE_ARCH = YES; PREBINDING = NO; - SDKROOT = macosx10.6; + SDKROOT = macosx10.5; }; name = Debug; }; 1DEB91B308733DA50010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ARCHS = ( + ppc, + i386, + x86_64, + ); GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.4; + "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5; PREBINDING = NO; - SDKROOT = macosx10.6; + SDKROOT = macosx10.5; }; name = Release; }; @@ -575,7 +582,6 @@ GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = Prefix.pch; - GCC_VERSION = 4.0; INFOPLIST_FILE = "GeckoReporter Test-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( @@ -586,8 +592,6 @@ ); PREBINDING = NO; PRODUCT_NAME = "GeckoReporter Test"; - SDKROOT = macosx10.4; - "SDKROOT[arch=*]" = macosx10.5; }; name = Debug; }; @@ -601,7 +605,6 @@ GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = Prefix.pch; - GCC_VERSION = 4.0; INFOPLIST_FILE = "GeckoReporter Test-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( @@ -612,8 +615,6 @@ ); PREBINDING = NO; PRODUCT_NAME = "GeckoReporter Test"; - SDKROOT = macosx10.4; - "SDKROOT[arch=x86_64]" = macosx10.5; ZERO_LINK = NO; }; name = Release; diff --git a/GeckoReporter.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/GeckoReporter.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9569b36 --- /dev/null +++ b/GeckoReporter.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,6 @@ + + + + + diff --git a/GeckoReporter.xcodeproj/project.xcworkspace/xcuserdata/grmrgecko.xcuserdatad/WorkspaceState.xcuserstate b/GeckoReporter.xcodeproj/project.xcworkspace/xcuserdata/grmrgecko.xcuserdatad/WorkspaceState.xcuserstate new file mode 100644 index 0000000..8400ff3 --- /dev/null +++ b/GeckoReporter.xcodeproj/project.xcworkspace/xcuserdata/grmrgecko.xcuserdatad/WorkspaceState.xcuserstate @@ -0,0 +1,2803 @@ + + + + + $archiver + NSKeyedArchiver + $objects + + $null + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 2 + + + CF$UID + 3 + + + NS.objects + + + CF$UID + 4 + + + CF$UID + 179 + + + + IDEWorkspaceWindowController_0 + IDEWorkspaceDocument + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 5 + + + CF$UID + 6 + + + CF$UID + 7 + + + CF$UID + 8 + + + CF$UID + 9 + + + NS.objects + + + CF$UID + 10 + + + CF$UID + 11 + + + CF$UID + 8 + + + CF$UID + 12 + + + CF$UID + 178 + + + + IDEUserWantsMiniDebuggingConsole + IDEWindowFrame + IDEActiveWorkspaceTabController + IDEWorkspaceTabController_0 + IDEOrderedWorkspaceTabControllers + + {{0, 4}, {1280, 774}} + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 13 + + + CF$UID + 14 + + + CF$UID + 15 + + + CF$UID + 16 + + + CF$UID + 17 + + + CF$UID + 18 + + + CF$UID + 19 + + + NS.objects + + + CF$UID + 20 + + + CF$UID + 21 + + + CF$UID + 10 + + + CF$UID + 22 + + + CF$UID + 101 + + + CF$UID + 163 + + + CF$UID + 169 + + + + IDETabLabel + IDEShowNavigator + IDEShowUtilities + IDEEditorArea + IDENavigatorArea + IDEWorkspaceTabControllerUtilityAreaSplitView + IDEWorkspaceTabControllerDesignAreaSplitView + GeckoReporter.xcodeproj + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 23 + + + CF$UID + 24 + + + CF$UID + 25 + + + CF$UID + 26 + + + CF$UID + 27 + + + NS.objects + + + CF$UID + 28 + + + CF$UID + 42 + + + CF$UID + 10 + + + CF$UID + 43 + + + CF$UID + 90 + + + + IDEEditorArea_DebuggerSplitView + EditorMode + ShowDebuggerArea + IDEEditorMode_Standard + IDEEDitorArea_DebugArea + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 29 + + + NS.objects + + + CF$UID + 30 + + + + DVTSplitViewItems + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 31 + + + CF$UID + 37 + + + + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 35 + + + + DVTIdentifier + DVTViewMagnitude + + 679 + + $classes + + NSDictionary + NSObject + + $classname + NSDictionary + + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 38 + + + CF$UID + 39 + + + + IDEDebuggerArea + 148 + + $classes + + NSMutableArray + NSArray + NSObject + + $classname + NSMutableArray + + + $classes + + NSMutableDictionary + NSDictionary + NSObject + + $classname + NSMutableDictionary + + 0 + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 44 + + + NS.objects + + + CF$UID + 45 + + + + EditorStates + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 46 + + + CF$UID + 44 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 47 + + + + SelectedEditorState + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 48 + + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 49 + + + CF$UID + 50 + + + CF$UID + 51 + + + CF$UID + 52 + + + CF$UID + 53 + + + CF$UID + 54 + + + NS.objects + + + CF$UID + 55 + + + CF$UID + 56 + + + CF$UID + 57 + + + CF$UID + 80 + + + CF$UID + 81 + + + CF$UID + 84 + + + + FileDataType + DocumentExtensionIdentifier + EditorState + HistoryMenuDescription + DocumentURL + ArchivableRepresentation + com.apple.xcode.project + Xcode.Xcode3ProjectSupport.EditorDocument.Xcode3Project + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 58 + + + CF$UID + 59 + + + NS.objects + + + CF$UID + 60 + + + CF$UID + 74 + + + + SelectedDocumentLocations + Xcode3ProjectEditor.sourceList.splitview + + $class + + CF$UID + 70 + + NS.objects + + + CF$UID + 61 + + + + + $class + + CF$UID + 73 + + documentURL + + CF$UID + 62 + + selection + + CF$UID + 64 + + timestamp + + CF$UID + 63 + + + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter.xcodeproj/ + 302593190.854307 + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 65 + + + CF$UID + 66 + + + CF$UID + 67 + + + NS.objects + + + CF$UID + 68 + + + CF$UID + 71 + + + CF$UID + 72 + + + + Xcode3BuildPhasesEditorLocations + Target + Editor + + $class + + CF$UID + 70 + + NS.objects + + + CF$UID + 69 + + + + + $class + + CF$UID + 41 + + NS.keys + + NS.objects + + + + $classes + + NSArray + NSObject + + $classname + NSArray + + GeckoReporter + Xcode3BuildPhasesEditor + + $classes + + Xcode3ProjectDocumentLocation + DVTDocumentLocation + NSObject + + $classname + Xcode3ProjectDocumentLocation + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 29 + + + NS.objects + + + CF$UID + 75 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 76 + + + CF$UID + 78 + + + + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 77 + + + + 170 + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 79 + + + + 850 + GeckoReporter + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 82 + + + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter.xcodeproj/ + + $classes + + NSURL + NSObject + + $classname + NSURL + + + $class + + CF$UID + 89 + + DocumentLocation + + CF$UID + 88 + + DomainIdentifier + + CF$UID + 85 + + IdentifierPath + + CF$UID + 86 + + + Xcode.IDENavigableItemDomain.WorkspaceStructure + + $class + + CF$UID + 70 + + NS.objects + + + CF$UID + 87 + + + + GeckoReporter + $null + + $classes + + IDENavigableItemArchivableRepresentation + NSObject + + $classname + IDENavigableItemArchivableRepresentation + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 91 + + + CF$UID + 92 + + + CF$UID + 93 + + + CF$UID + 94 + + + NS.objects + + + CF$UID + 95 + + + CF$UID + 98 + + + CF$UID + 98 + + + CF$UID + 99 + + + + variables + LayoutMode + LayoutFocusMode + console + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 96 + + + NS.objects + + + CF$UID + 97 + + + + DBGVariablesViewFilterMode + 2 + 1 + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 100 + + + NS.objects + + + CF$UID + 42 + + + + ConsoleFilterMode + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 102 + + + CF$UID + 103 + + + CF$UID + 104 + + + CF$UID + 105 + + + CF$UID + 106 + + + NS.objects + + + CF$UID + 107 + + + CF$UID + 121 + + + CF$UID + 103 + + + CF$UID + 137 + + + CF$UID + 154 + + + + Xcode.IDEKit.Navigator.BatchFind + Xcode.IDEKit.Navigator.Issues + SelectedNavigator + Xcode.IDEKit.Navigator.Structure + Xcode.IDEKit.Navigator.Logs + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 108 + + + CF$UID + 109 + + + CF$UID + 110 + + + CF$UID + 111 + + + CF$UID + 112 + + + CF$UID + 113 + + + CF$UID + 114 + + + NS.objects + + + CF$UID + 115 + + + CF$UID + 98 + + + CF$UID + 117 + + + CF$UID + 119 + + + CF$UID + 10 + + + CF$UID + 120 + + + CF$UID + 10 + + + + IDEBatchFindNavigatorCollapsedGroups + IDEBatchFindNavigatorFindMode + IDEBatchFindNavigatorSelectedRowIndexes + IDEBatchFindNavigatorReplaceString + IDEBatchFindNavigatorShowsReplacePreview + IDEBatchFindNavigatorFindString + IDEBatchFindNavigatorShowsOptions + + $class + + CF$UID + 116 + + NSRangeCount + 0 + + + $classes + + NSMutableIndexSet + NSIndexSet + NSObject + + $classname + NSMutableIndexSet + + + $class + + CF$UID + 118 + + NSLength + 1 + NSLocation + 1 + NSRangeCount + 1 + + + $classes + + NSIndexSet + NSObject + + $classname + NSIndexSet + + Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ + Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 122 + + + CF$UID + 123 + + + CF$UID + 124 + + + CF$UID + 125 + + + CF$UID + 126 + + + CF$UID + 127 + + + CF$UID + 128 + + + CF$UID + 129 + + + NS.objects + + + CF$UID + 10 + + + CF$UID + 130 + + + CF$UID + 132 + + + CF$UID + 133 + + + CF$UID + 134 + + + CF$UID + 10 + + + CF$UID + 135 + + + CF$UID + 136 + + + + IDEErrorFilteringEnabled + IDECollapsedGroups + IDEExpandedIssues + IDECollapsedFiles + IDEVisibleRect + IDEShowsByType + IDECollapsedTypes + IDESelectedNavigables + + $class + + CF$UID + 131 + + NS.objects + + + + $classes + + NSMutableSet + NSSet + NSObject + + $classname + NSMutableSet + + + $class + + CF$UID + 131 + + NS.objects + + + + $class + + CF$UID + 131 + + NS.objects + + + {{0, 0}, {244, 613}} + + $class + + CF$UID + 131 + + NS.objects + + + + $class + + CF$UID + 131 + + NS.objects + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 138 + + + CF$UID + 139 + + + CF$UID + 140 + + + CF$UID + 141 + + + CF$UID + 142 + + + CF$UID + 143 + + + NS.objects + + + CF$UID + 10 + + + CF$UID + 10 + + + CF$UID + 144 + + + CF$UID + 10 + + + CF$UID + 151 + + + CF$UID + 152 + + + + IDEUnsavedDocumentFilteringEnabled + IDESCMStatusFilteringEnabled + IDEExpandedItems + IDERecentDocumentFilteringEnabled + IDEVisibleRect + IDESelectedObjects + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 145 + + + CF$UID + 147 + + + CF$UID + 149 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 146 + + + + GeckoReporter + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 146 + + + CF$UID + 148 + + + + Classes + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 146 + + + CF$UID + 148 + + + CF$UID + 150 + + + + Framework + {{0, 0}, {259, 635}} + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 153 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 146 + + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 155 + + + CF$UID + 156 + + + CF$UID + 157 + + + NS.objects + + + CF$UID + 158 + + + CF$UID + 159 + + + CF$UID + 160 + + + + IDEVisibleRect + IDEExpandedItems + IDESelectedObjects + {{0, 0}, {259, 657}} + + $class + + CF$UID + 40 + + NS.objects + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 161 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 162 + + + + Build Release : Recording + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 29 + + + NS.objects + + + CF$UID + 164 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 165 + + + CF$UID + 167 + + + + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 166 + + + + 315 + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 168 + + + + 364 + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 29 + + + NS.objects + + + CF$UID + 170 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 171 + + + CF$UID + 173 + + + CF$UID + 175 + + + + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 17 + + + CF$UID + 172 + + + + 260 + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 16 + + + CF$UID + 174 + + + + 1020 + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 176 + + + CF$UID + 177 + + + + IDEUtilitiesArea + 260 + + $class + + CF$UID + 70 + + NS.objects + + + CF$UID + 8 + + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 180 + + + CF$UID + 181 + + + CF$UID + 182 + + + CF$UID + 183 + + + CF$UID + 184 + + + CF$UID + 185 + + + CF$UID + 186 + + + CF$UID + 187 + + + NS.objects + + + CF$UID + 188 + + + CF$UID + 10 + + + CF$UID + 189 + + + CF$UID + 194 + + + CF$UID + 208 + + + CF$UID + 10 + + + CF$UID + 10 + + + CF$UID + 265 + + + + DocumentWindows + DebuggingWindowsLayerMode + ActiveRunDestination + RecentEditorDocumentURLs + DefaultEditorStatesForURLs + AppFocusInMiniDebugging + BreakpointsActivated + ActiveScheme + + $class + + CF$UID + 40 + + NS.objects + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 190 + + + CF$UID + 191 + + + NS.objects + + + CF$UID + 192 + + + CF$UID + 193 + + + + IDEDeviceLocation + IDEDeviceArchitecture + dvtdevice-local-computer:localhost + i386 + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 195 + + + CF$UID + 196 + + + CF$UID + 198 + + + CF$UID + 200 + + + CF$UID + 202 + + + CF$UID + 204 + + + CF$UID + 206 + + + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 62 + + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 197 + + + file://localhost/Development/James'%20Applications/GeckoReporter/Classes/Framework/MGMFeedback.m + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 199 + + + file://localhost/Development/James'%20Applications/GeckoReporter/Classes/Framework/MGMReportWindow.m + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 201 + + + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter%20Test-Info.plist + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 203 + + + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter-Info.plist + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 205 + + + file://localhost/Development/James'%20Applications/GeckoReporter/Classes/Framework/MGMReporter.m + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 207 + + + x-xcode-log://8857AB40-6B3E-481E-9EE0-04E0079B02FD + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 209 + + + CF$UID + 210 + + + CF$UID + 211 + + + CF$UID + 212 + + + NS.objects + + + CF$UID + 213 + + + CF$UID + 233 + + + CF$UID + 237 + + + CF$UID + 258 + + + + Xcode.Xcode3ProjectSupport.EditorDocument.Xcode3Project + Xcode.IDEKit.EditorDocument.LogDocument + Xcode.IDEKit.EditorDocument.SourceCode + Xcode.IDEKit.EditorDocument.PlistEditor + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 214 + + + NS.objects + + + CF$UID + 217 + + + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 215 + + + + $class + + CF$UID + 216 + + NS.string + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter.xcodeproj/ + + + $classes + + NSMutableString + NSString + NSObject + + $classname + NSMutableString + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 58 + + + CF$UID + 59 + + + NS.objects + + + CF$UID + 218 + + + CF$UID + 227 + + + + + $class + + CF$UID + 70 + + NS.objects + + + CF$UID + 219 + + + + + $class + + CF$UID + 73 + + documentURL + + CF$UID + 220 + + selection + + CF$UID + 222 + + timestamp + + CF$UID + 221 + + + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter.xcodeproj/ + 302592109.33505797 + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 223 + + + CF$UID + 66 + + + CF$UID + 67 + + + NS.objects + + + CF$UID + 224 + + + CF$UID + 71 + + + CF$UID + 226 + + + + Xcode3BuildPhasesEditorLocations + + $class + + CF$UID + 70 + + NS.objects + + + CF$UID + 225 + + + + + $class + + CF$UID + 41 + + NS.keys + + NS.objects + + + Xcode3BuildPhasesEditor + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 29 + + + NS.objects + + + CF$UID + 228 + + + + + $class + + CF$UID + 40 + + NS.objects + + + CF$UID + 229 + + + CF$UID + 231 + + + + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 230 + + + + 170 + + $class + + CF$UID + 36 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + NS.objects + + + CF$UID + 34 + + + CF$UID + 232 + + + + 850 + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 206 + + + NS.objects + + + CF$UID + 234 + + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 235 + + + NS.objects + + + CF$UID + 236 + + + + SelectedDocumentLocations + + $class + + CF$UID + 70 + + NS.objects + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 238 + + + CF$UID + 240 + + + CF$UID + 242 + + + NS.objects + + + CF$UID + 244 + + + CF$UID + 251 + + + CF$UID + 255 + + + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 239 + + + + $class + + CF$UID + 216 + + NS.string + file://localhost/Development/James'%20Applications/GeckoReporter/Classes/Framework/MGMReporter.m + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 241 + + + + $class + + CF$UID + 216 + + NS.string + file://localhost/Development/James'%20Applications/GeckoReporter/Classes/Framework/MGMFeedback.m + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 243 + + + + $class + + CF$UID + 216 + + NS.string + file://localhost/Development/James'%20Applications/GeckoReporter/Classes/Framework/MGMReportWindow.m + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 245 + + + CF$UID + 246 + + + CF$UID + 247 + + + NS.objects + + + CF$UID + 248 + + + CF$UID + 249 + + + CF$UID + 250 + + + + PrimaryDocumentTimestamp + PrimaryDocumentSelectedCharacterRange + PrimaryDocumentVisibleCharacterRange + 302592205.48588502 + {343, 100} + {0, 2274} + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 245 + + + CF$UID + 246 + + + CF$UID + 247 + + + NS.objects + + + CF$UID + 252 + + + CF$UID + 253 + + + CF$UID + 254 + + + + 302592907.57064903 + {0, 0} + {0, 453} + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 245 + + + CF$UID + 246 + + + CF$UID + 247 + + + NS.objects + + + CF$UID + 256 + + + CF$UID + 253 + + + CF$UID + 257 + + + + 302592304.37514102 + {0, 2175} + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 259 + + + CF$UID + 261 + + + NS.objects + + + CF$UID + 263 + + + CF$UID + 264 + + + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 260 + + + + $class + + CF$UID + 216 + + NS.string + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter-Info.plist + + + $class + + CF$UID + 83 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 262 + + + + $class + + CF$UID + 216 + + NS.string + file://localhost/Development/James'%20Applications/GeckoReporter/GeckoReporter%20Test-Info.plist + + + $class + + CF$UID + 41 + + NS.keys + + NS.objects + + + + $class + + CF$UID + 41 + + NS.keys + + NS.objects + + + + $class + + CF$UID + 41 + + NS.keys + + + CF$UID + 266 + + + NS.objects + + + CF$UID + 267 + + + + IDENameString + Release + + $top + + State + + CF$UID + 1 + + + $version + 100000 + + diff --git a/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/Debug.xcscheme b/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/Debug.xcscheme new file mode 100644 index 0000000..cd728fa --- /dev/null +++ b/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/Debug.xcscheme @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + +/> + + + + + diff --git a/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/Release.xcscheme b/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/Release.xcscheme new file mode 100644 index 0000000..1953716 --- /dev/null +++ b/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/Release.xcscheme @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + +/> + + + + + diff --git a/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/xcschememanagement.plist b/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..a058ac0 --- /dev/null +++ b/GeckoReporter.xcodeproj/xcuserdata/grmrgecko.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,26 @@ + + + + + SchemeUserState + + Debug.xcscheme + + orderHint + 0 + + Release.xcscheme + + orderHint + 1 + + + SuppressBuildableAutocreation + + GeckoReporter Test.app + + GeckoReporter.framework + + + + diff --git a/License.txt b/License.txt index b061c01..76dfe4f 100644 --- a/License.txt +++ b/License.txt @@ -1,4 +1,4 @@ -Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ +Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ Permission is granted, to any person obtaining a copy of this framework, to use, copy, modify, merge, or redistribute this framework under the following terms: @@ -9,14 +9,19 @@ Permission is granted, to any person obtaining a copy of this framework, to 2. THIS FRAMEWORK IS PROVIDED "AS IS" BY JAMES COLEMAN, WITHOUT WARRANTY OF ANY KIND. IF YOUR SOFTWARE/FRAMEWORK/COMPUTER CRASH OR FAILS TO WORK IN ANY WAY SHAPE OR FORM BECAUSE OF THIS FRAMEWORK, I (JAMES COLEMAN) AM NOT IN ANYWAY - RESPONSIBLE FOR YOUR PROBLEM. BUT, I WILL MOST LIKELY BE WILLING TO HELP YOU - GET YOUR SOFTWARE/FRAMEWORK/COMPUTER WORKING AGAIN. + RESPONSIBLE FOR YOUR PROBLEM. BUT, I MAY BE WILLING TO HELP YOU, NO PROMISES. 3. Redistributions of source code included in this framework must retain the - copyright notice on top of this License file without modifications. + copyright notice above this license file without modifications. -4. If you use the crash reporter in this framework, it must retain the NSTextField - with the string "GeckoReporter by Mr. Gecko's Media" without modifications. +4. Redistributions of binary must contain the copyright above this license file + without modifications. -5. For the users convenience, you must retain the notice about anonymous system - information being sent. \ No newline at end of file +5. If you use the crash reporter in this framework, you are allowed to remove the + NSTextField that says, "GeckoReporter by Mr. Gecko's Media". + +6. For the users convenience, you must retain the notice about anonymous system + information being sent. + +7. Mr. Gecko's Media (James Coleman) is allowed to modify these terms without notice to you + or your customers. \ No newline at end of file diff --git a/Prefix.pch b/Prefix.pch index 31d7994..1485b3d 100644 --- a/Prefix.pch +++ b/Prefix.pch @@ -3,7 +3,7 @@ * GeckoReporter * * Created by Mr. Gecko on 12/27/09. - * Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ + * Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ * */ diff --git a/Resources/Framework/English.lproj/MGMBugWindow.xib b/Resources/Framework/English.lproj/MGMBugWindow.xib index 0be69c6..d72b443 100644 --- a/Resources/Framework/English.lproj/MGMBugWindow.xib +++ b/Resources/Framework/English.lproj/MGMBugWindow.xib @@ -1,14 +1,14 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES @@ -827,9 +827,9 @@ YES - {{494, 192}, {452, 367}} + {{393, 121}, {452, 367}} com.apple.InterfaceBuilder.CocoaPlugin - {{494, 192}, {452, 367}} + {{393, 121}, {452, 367}} {196, 240} {{202, 428}, {480, 270}} @@ -905,6 +905,25 @@ id + + YES + + YES + cancel: + send: + + + YES + + cancel: + id + + + send: + id + + + YES @@ -926,6 +945,45 @@ NSTextField + + YES + + YES + bugView + cancelButton + mainWindow + reproduceView + sendButton + userEmailField + + + YES + + bugView + NSTextView + + + cancelButton + NSButton + + + mainWindow + NSWindow + + + reproduceView + NSTextView + + + sendButton + NSButton + + + userEmailField + NSTextField + + + IBProjectSource Classes/Framework/MGMBugWindow.h @@ -1399,9 +1457,10 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/Resources/Framework/English.lproj/MGMContactWindow.xib b/Resources/Framework/English.lproj/MGMContactWindow.xib index 2774c9d..6e09421 100644 --- a/Resources/Framework/English.lproj/MGMContactWindow.xib +++ b/Resources/Framework/English.lproj/MGMContactWindow.xib @@ -1,18 +1,17 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES - YES @@ -58,6 +57,7 @@ 290 {{17, 133}, {418, 17}} + YES 68288064 @@ -94,6 +94,7 @@ 290 {{20, 103}, {412, 22}} + YES -1804468671 @@ -124,6 +125,7 @@ 289 {{335, 12}, {103, 32}} + YES -2080244224 @@ -144,6 +146,7 @@ 268 {{17, 280}, {55, 17}} + YES 68288064 @@ -193,6 +196,7 @@ {395, 14} + @@ -272,6 +276,7 @@ {{1, 1}, {395, 112}} + @@ -286,6 +291,7 @@ 256 {{396, 1}, {15, 112}} + _doScroller: 1 @@ -296,6 +302,7 @@ -2147483392 {{-100, -100}, {87, 18}} + 1 _doScroller: @@ -305,6 +312,7 @@ {{20, 158}, {412, 114}} + 18 @@ -316,6 +324,7 @@ 290 {{17, 78}, {418, 17}} + YES 68288064 @@ -332,6 +341,7 @@ 290 {{20, 48}, {412, 22}} + YES -1804468671 @@ -349,6 +359,7 @@ 266 {{74, 274}, {361, 26}} + YES -2076049856 @@ -421,6 +432,7 @@ 289 {{253, 12}, {82, 32}} + YES 67239424 @@ -441,6 +453,7 @@ 289 {{236, 1}, {199, 11}} + YES 68288064 @@ -462,6 +475,7 @@ {452, 318} + {{0, 0}, {1280, 778}} {430, 340} @@ -851,7 +865,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{409, 424}, {361, 63}} + {{503, 383}, {361, 63}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -910,6 +924,25 @@ id + + YES + + YES + cancel: + send: + + + YES + + cancel: + id + + + send: + id + + + YES @@ -933,6 +966,50 @@ NSTextField + + YES + + YES + cancelButton + mainWindow + messageView + sendButton + subjectPopUp + userEmailField + userNameField + + + YES + + cancelButton + NSButton + + + mainWindow + NSWindow + + + messageView + NSTextView + + + sendButton + NSButton + + + subjectPopUp + NSPopUpButton + + + userEmailField + NSTextField + + + userNameField + NSTextField + + + IBProjectSource Classes/Framework/MGMContactWindow.h @@ -1427,9 +1504,10 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1438,5 +1516,18 @@ YES ../../../GeckoReporter.xcodeproj 3 + + YES + + YES + NSMenuCheckmark + NSMenuMixedState + + + YES + {9, 8} + {7, 2} + + diff --git a/Resources/Framework/English.lproj/MGMReportWindow.xib b/Resources/Framework/English.lproj/MGMReportWindow.xib index d7a7643..b0f5493 100644 --- a/Resources/Framework/English.lproj/MGMReportWindow.xib +++ b/Resources/Framework/English.lproj/MGMReportWindow.xib @@ -2,17 +2,18 @@ 1040 - 10C540 - 740 - 1038.25 - 458.00 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES + YES @@ -697,71 +698,6 @@ - - - Find - - 2147483647 - - - submenuAction: - - Find - - YES - - - Find… - f - 1048576 - 2147483647 - 1 - - - 1 - - - - Find Next - g - 1048576 - 2147483647 - - - 2 - - - - Find Previous - G - 1048576 - 2147483647 - - - 3 - - - - Use Selection for Find - e - 1048576 - 2147483647 - - - 7 - - - - Jump to Selection - j - 1048576 - 2147483647 - - - - - - Spelling and Grammar @@ -771,7 +707,7 @@ submenuAction: - Spelling + Spelling and Grammar YES @@ -829,45 +765,6 @@ - - - Transformations - - 2147483647 - - - submenuAction: - - Transformations - - YES - - - Make Upper Case - - 2147483647 - - - - - - Make Lower Case - - 2147483647 - - - - - - Capitalize - - 2147483647 - - - - - - Speech @@ -1167,46 +1064,6 @@ 235 - - - performFindPanelAction: - - - - 236 - - - - performFindPanelAction: - - - - 238 - - - - performFindPanelAction: - - - - 239 - - - - performFindPanelAction: - - - - 240 - - - - centerSelectionInVisibleArea: - - - - 243 - showGuessPanel: @@ -1247,30 +1104,6 @@ 248 - - - uppercaseWord: - - - - 249 - - - - lowercaseWord: - - - - 250 - - - - capitalizeWord: - - - - 251 - startSpeaking: @@ -1674,9 +1507,7 @@ - - @@ -1726,15 +1557,6 @@ - - 182 - - - YES - - - - 181 @@ -1744,15 +1566,6 @@ - - 179 - - - YES - - - - 178 @@ -1782,32 +1595,6 @@ - - 215 - - - YES - - - - - - - - 218 - - - - - 217 - - - - - 216 - - - 199 @@ -1852,44 +1639,6 @@ - - 193 - - - YES - - - - - - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - 83 @@ -1973,9 +1722,7 @@ 177.IBEditorWindowLastContentRect 177.IBPluginDependency 178.IBPluginDependency - 179.IBPluginDependency 181.IBPluginDependency - 182.IBPluginDependency 183.IBPluginDependency 184.IBPluginDependency 185.IBPluginDependency @@ -1985,13 +1732,6 @@ 190.IBPluginDependency 191.IBPluginDependency 192.IBPluginDependency - 193.IBEditorWindowLastContentRect - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBPluginDependency - 196.IBPluginDependency - 197.IBPluginDependency - 198.IBPluginDependency 199.IBEditorWindowLastContentRect 199.IBPluginDependency 2.IBPluginDependency @@ -2003,11 +1743,6 @@ 204.IBPluginDependency 205.IBPluginDependency 21.IBPluginDependency - 215.IBEditorWindowLastContentRect - 215.IBPluginDependency - 216.IBPluginDependency - 217.IBPluginDependency - 218.IBPluginDependency 219.IBEditorWindowLastContentRect 219.IBPluginDependency 22.IBPluginDependency @@ -2092,7 +1827,7 @@ {2000, 2000} {430, 359} - {{471, 730}, {64, 6}} + {{459, 601}, {64, 6}} com.apple.InterfaceBuilder.CocoaPlugin {{436, 809}, {64, 6}} @@ -2100,7 +1835,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{256, 344}, {240, 243}} + {{256, 384}, {240, 203}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2113,16 +1848,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{609, 473}, {238, 103}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{609, 443}, {275, 113}} + {{496, 314}, {275, 113}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2133,12 +1859,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{609, 473}, {170, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{609, 473}, {150, 43}} + {{496, 364}, {150, 43}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2206,7 +1927,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{268, 663}, {194, 73}} + {{256, 494}, {194, 73}} com.apple.InterfaceBuilder.CocoaPlugin {{525, 802}, {197, 73}} @@ -2218,7 +1939,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{268, 613}, {203, 123}} + {{256, 484}, {203, 123}} com.apple.InterfaceBuilder.CocoaPlugin {{23, 794}, {245, 183}} @@ -2279,6 +2000,35 @@ id + + YES + + YES + ignoreAllReports: + ignoreReport: + sendAllReports: + sendReport: + + + YES + + ignoreAllReports: + id + + + ignoreReport: + id + + + sendAllReports: + id + + + sendReport: + id + + + YES @@ -2312,6 +2062,75 @@ NSTextView + + YES + + YES + dateField + hideMenu + ignoreAllButton + ignoreButton + mainMenu + mainWindow + quitMenu + sendAllButton + sendButton + titleField + userEmailField + userReportView + + + YES + + dateField + NSTextField + + + hideMenu + NSMenuItem + + + ignoreAllButton + NSButton + + + ignoreButton + NSButton + + + mainMenu + NSMenu + + + mainWindow + NSWindow + + + quitMenu + NSMenuItem + + + sendAllButton + NSButton + + + sendButton + NSButton + + + titleField + NSTextField + + + userEmailField + NSTextField + + + userReportView + NSTextView + + + IBProjectSource Classes/Framework/MGMReportWindow.h @@ -2827,13 +2646,14 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -2842,5 +2662,20 @@ YES ../../../GeckoReporter.xcodeproj 3 + + YES + + YES + NSApplicationIcon + NSMenuCheckmark + NSMenuMixedState + + + YES + {128, 128} + {9, 8} + {7, 2} + + diff --git a/Resources/Framework/es.lproj/MGMBugWindow.xib b/Resources/Framework/es.lproj/MGMBugWindow.xib index 8e2b06d..204a558 100644 --- a/Resources/Framework/es.lproj/MGMBugWindow.xib +++ b/Resources/Framework/es.lproj/MGMBugWindow.xib @@ -1,14 +1,14 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES @@ -41,7 +41,7 @@ 13 2 - {{414, 206}, {452, 366}} + {{364, 205}, {552, 367}} 1618477056 Informe de errores NSWindow @@ -56,7 +56,7 @@ 266 - {{17, 329}, {418, 17}} + {{17, 330}, {418, 17}} YES @@ -125,7 +125,7 @@ public.url - {395, 14} + {495, 14} @@ -143,7 +143,7 @@ - 395 + 495 1 @@ -207,7 +207,7 @@ - {{1, 1}, {395, 91}} + {{1, 1}, {495, 91}} @@ -221,7 +221,7 @@ 256 - {{396, 1}, {15, 91}} + {{496, 1}, {15, 91}} _doScroller: @@ -239,7 +239,7 @@ 0.94565218687057495 - {{20, 228}, {412, 93}} + {{20, 229}, {512, 93}} 18 @@ -250,7 +250,7 @@ 290 - {{17, 203}, {418, 17}} + {{17, 204}, {418, 17}} YES @@ -299,7 +299,7 @@ public.url - {395, 14} + {495, 14} @@ -317,7 +317,7 @@ - 395 + 495 1 @@ -362,7 +362,7 @@ - {{1, 1}, {395, 91}} + {{1, 1}, {495, 91}} @@ -373,7 +373,7 @@ 256 - {{396, 1}, {15, 91}} + {{496, 1}, {15, 91}} _doScroller: @@ -391,7 +391,7 @@ 0.94565218687057495 - {{20, 102}, {412, 93}} + {{20, 103}, {512, 93}} 18 @@ -402,13 +402,13 @@ 290 - {{17, 77}, {418, 17}} + {{17, 78}, {518, 17}} YES 68288064 272630784 - Include an email address so I can update you on the Bug? + Incluya una dirección de correo electrónico para que pueda actualizar en el error. @@ -418,7 +418,7 @@ 290 - {{20, 47}, {412, 22}} + {{20, 48}, {512, 22}} YES @@ -445,7 +445,7 @@ 289 - {{328, 11}, {110, 32}} + {{428, 12}, {110, 32}} YES @@ -465,7 +465,7 @@ 289 - {{233, 11}, {95, 32}} + {{333, 12}, {95, 32}} YES @@ -485,7 +485,7 @@ 289 - {{224, 0}, {211, 11}} + {{324, 1}, {211, 11}} YES @@ -506,7 +506,7 @@ - {452, 366} + {552, 367} {{0, 0}, {1280, 778}} @@ -629,9 +629,9 @@ + - @@ -827,9 +827,9 @@ YES - {{163, 141}, {452, 366}} + {{163, 140}, {552, 367}} com.apple.InterfaceBuilder.CocoaPlugin - {{163, 141}, {452, 366}} + {{163, 140}, {552, 367}} {196, 240} {{202, 428}, {480, 270}} @@ -905,6 +905,25 @@ id + + YES + + YES + cancel: + send: + + + YES + + cancel: + id + + + send: + id + + + YES @@ -926,6 +945,45 @@ NSTextField + + YES + + YES + bugView + cancelButton + mainWindow + reproduceView + sendButton + userEmailField + + + YES + + bugView + NSTextView + + + cancelButton + NSButton + + + mainWindow + NSWindow + + + reproduceView + NSTextView + + + sendButton + NSButton + + + userEmailField + NSTextField + + + IBProjectSource Classes/Framework/MGMBugWindow.h @@ -1399,9 +1457,10 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/Resources/Framework/es.lproj/MGMContactWindow.xib b/Resources/Framework/es.lproj/MGMContactWindow.xib index 17e252c..1253ab5 100644 --- a/Resources/Framework/es.lproj/MGMContactWindow.xib +++ b/Resources/Framework/es.lproj/MGMContactWindow.xib @@ -1,18 +1,18 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES - + YES @@ -43,7 +43,7 @@ 2 {{414, 230}, {452, 318}} 1618477056 - Contact Me + Contácteme NSWindow {3.40282e+38, 3.40282e+38} @@ -851,7 +851,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{503, 383}, {361, 63}} + {{503, 384}, {361, 63}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -910,6 +910,25 @@ id + + YES + + YES + cancel: + send: + + + YES + + cancel: + id + + + send: + id + + + YES @@ -933,6 +952,50 @@ NSTextField + + YES + + YES + cancelButton + mainWindow + messageView + sendButton + subjectPopUp + userEmailField + userNameField + + + YES + + cancelButton + NSButton + + + mainWindow + NSWindow + + + messageView + NSTextView + + + sendButton + NSButton + + + subjectPopUp + NSPopUpButton + + + userEmailField + NSTextField + + + userNameField + NSTextField + + + IBProjectSource Classes/Framework/MGMContactWindow.h @@ -1427,9 +1490,10 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1438,5 +1502,18 @@ YES ../../../GeckoReporter.xcodeproj 3 + + YES + + YES + NSMenuCheckmark + NSMenuMixedState + + + YES + {9, 8} + {7, 2} + + diff --git a/Resources/Framework/es.lproj/MGMReportWindow.xib b/Resources/Framework/es.lproj/MGMReportWindow.xib index fb87e03..ee24057 100644 --- a/Resources/Framework/es.lproj/MGMReportWindow.xib +++ b/Resources/Framework/es.lproj/MGMReportWindow.xib @@ -2,18 +2,18 @@ 1040 - 10C540 - 740 - 1038.25 - 458.00 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES - + YES @@ -44,7 +44,7 @@ 2 {{330, 209}, {519, 359}} 1618477056 - Application Crashed + Application Estrelló NSWindow {2000, 2000} @@ -513,7 +513,7 @@ YES - Application + Aplicación 2147483647 @@ -526,7 +526,7 @@ submenuAction: - Application + Aplicación YES @@ -593,7 +593,7 @@ - Sal de la Application + Salir de Application q 1048576 2147483647 @@ -698,71 +698,6 @@ - - - Encontrar - - 2147483647 - - - submenuAction: - - Encontrar - - YES - - - Buscar… - f - 1048576 - 2147483647 - 1 - - - 1 - - - - Buscar siguiente - g - 1048576 - 2147483647 - - - 2 - - - - Buscar anterior - G - 1048576 - 2147483647 - - - 3 - - - - Selección de Uso de Find - e - 1048576 - 2147483647 - - - 7 - - - - Saltar a la selección - j - 1048576 - 2147483647 - - - - - - Ortografía y gramática @@ -830,45 +765,6 @@ - - - Transformaciones - - 2147483647 - - - submenuAction: - - Transformaciones - - YES - - - Hacer Mayúsculas - - 2147483647 - - - - - - Hacer minúscula - - 2147483647 - - - - - - Capitalizar - - 2147483647 - - - - - - Discurso @@ -1168,46 +1064,6 @@ 235 - - - performFindPanelAction: - - - - 236 - - - - performFindPanelAction: - - - - 238 - - - - performFindPanelAction: - - - - 239 - - - - performFindPanelAction: - - - - 240 - - - - centerSelectionInVisibleArea: - - - - 243 - showGuessPanel: @@ -1248,30 +1104,6 @@ 248 - - - uppercaseWord: - - - - 249 - - - - lowercaseWord: - - - - 250 - - - - capitalizeWord: - - - - 251 - startSpeaking: @@ -1661,9 +1493,7 @@ - - @@ -1713,15 +1543,6 @@ - - 182 - - - YES - - - - 181 @@ -1731,15 +1552,6 @@ - - 179 - - - YES - - - - 178 @@ -1769,32 +1581,6 @@ - - 215 - - - YES - - - - - - - - 218 - - - - - 217 - - - - - 216 - - - 199 @@ -1839,44 +1625,6 @@ - - 193 - - - YES - - - - - - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - 83 @@ -1974,9 +1722,7 @@ 177.IBEditorWindowLastContentRect 177.IBPluginDependency 178.IBPluginDependency - 179.IBPluginDependency 181.IBPluginDependency - 182.IBPluginDependency 183.IBPluginDependency 184.IBPluginDependency 185.IBPluginDependency @@ -1986,13 +1732,6 @@ 190.IBPluginDependency 191.IBPluginDependency 192.IBPluginDependency - 193.IBEditorWindowLastContentRect - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBPluginDependency - 196.IBPluginDependency - 197.IBPluginDependency - 198.IBPluginDependency 199.IBEditorWindowLastContentRect 199.IBPluginDependency 2.IBPluginDependency @@ -2004,11 +1743,6 @@ 204.IBPluginDependency 205.IBPluginDependency 21.IBPluginDependency - 215.IBEditorWindowLastContentRect - 215.IBPluginDependency - 216.IBPluginDependency - 217.IBPluginDependency - 218.IBPluginDependency 219.IBEditorWindowLastContentRect 219.IBPluginDependency 22.IBPluginDependency @@ -2093,7 +1827,7 @@ {2000, 2000} {480, 359} - {{459, 601}, {64, 6}} + {{477, 601}, {64, 6}} com.apple.InterfaceBuilder.CocoaPlugin {{436, 809}, {64, 6}} @@ -2101,7 +1835,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{256, 344}, {242, 243}} + {{249, 384}, {242, 203}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2114,16 +1848,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{498, 324}, {259, 103}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{498, 294}, {337, 113}} + {{491, 314}, {337, 113}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2134,19 +1859,14 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{498, 324}, {173, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{498, 324}, {170, 43}} + {{491, 364}, {170, 43}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{127, 544}, {129, 63}} + {{127, 544}, {122, 63}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2207,7 +1927,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{256, 494}, {211, 73}} + {{249, 494}, {211, 73}} com.apple.InterfaceBuilder.CocoaPlugin {{525, 802}, {197, 73}} @@ -2219,7 +1939,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{256, 484}, {228, 123}} + {{249, 484}, {222, 123}} com.apple.InterfaceBuilder.CocoaPlugin {{23, 794}, {245, 183}} @@ -2280,6 +2000,35 @@ id + + YES + + YES + ignoreAllReports: + ignoreReport: + sendAllReports: + sendReport: + + + YES + + ignoreAllReports: + id + + + ignoreReport: + id + + + sendAllReports: + id + + + sendReport: + id + + + YES @@ -2313,6 +2062,75 @@ NSTextView + + YES + + YES + dateField + hideMenu + ignoreAllButton + ignoreButton + mainMenu + mainWindow + quitMenu + sendAllButton + sendButton + titleField + userEmailField + userReportView + + + YES + + dateField + NSTextField + + + hideMenu + NSMenuItem + + + ignoreAllButton + NSButton + + + ignoreButton + NSButton + + + mainMenu + NSMenu + + + mainWindow + NSWindow + + + quitMenu + NSMenuItem + + + sendAllButton + NSButton + + + sendButton + NSButton + + + titleField + NSTextField + + + userEmailField + NSTextField + + + userReportView + NSTextView + + + IBProjectSource Classes/Framework/MGMReportWindow.h @@ -2828,13 +2646,14 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -2843,5 +2662,20 @@ YES ../../../GeckoReporter.xcodeproj 3 + + YES + + YES + NSApplicationIcon + NSMenuCheckmark + NSMenuMixedState + + + YES + {128, 128} + {9, 8} + {7, 2} + + diff --git a/Resources/Framework/pt_PT.lproj/MGMBugWindow.xib b/Resources/Framework/pt_PT.lproj/MGMBugWindow.xib index 48d0111..c866441 100644 --- a/Resources/Framework/pt_PT.lproj/MGMBugWindow.xib +++ b/Resources/Framework/pt_PT.lproj/MGMBugWindow.xib @@ -1,14 +1,14 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES @@ -905,6 +905,25 @@ id + + YES + + YES + cancel: + send: + + + YES + + cancel: + id + + + send: + id + + + YES @@ -926,6 +945,45 @@ NSTextField + + YES + + YES + bugView + cancelButton + mainWindow + reproduceView + sendButton + userEmailField + + + YES + + bugView + NSTextView + + + cancelButton + NSButton + + + mainWindow + NSWindow + + + reproduceView + NSTextView + + + sendButton + NSButton + + + userEmailField + NSTextField + + + IBProjectSource Classes/Framework/MGMBugWindow.h @@ -1399,9 +1457,10 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/Resources/Framework/pt_PT.lproj/MGMContactWindow.xib b/Resources/Framework/pt_PT.lproj/MGMContactWindow.xib index cc65648..916d68d 100644 --- a/Resources/Framework/pt_PT.lproj/MGMContactWindow.xib +++ b/Resources/Framework/pt_PT.lproj/MGMContactWindow.xib @@ -1,14 +1,14 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES @@ -43,7 +43,7 @@ 2 {{414, 230}, {452, 318}} 1618477056 - Contact Me + Contacte-me NSWindow {3.40282e+38, 3.40282e+38} @@ -910,6 +910,25 @@ id + + YES + + YES + cancel: + send: + + + YES + + cancel: + id + + + send: + id + + + YES @@ -933,6 +952,50 @@ NSTextField + + YES + + YES + cancelButton + mainWindow + messageView + sendButton + subjectPopUp + userEmailField + userNameField + + + YES + + cancelButton + NSButton + + + mainWindow + NSWindow + + + messageView + NSTextView + + + sendButton + NSButton + + + subjectPopUp + NSPopUpButton + + + userEmailField + NSTextField + + + userNameField + NSTextField + + + IBProjectSource Classes/Framework/MGMContactWindow.h @@ -1427,9 +1490,10 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1438,5 +1502,18 @@ YES ../../../GeckoReporter.xcodeproj 3 + + YES + + YES + NSMenuCheckmark + NSMenuMixedState + + + YES + {9, 8} + {7, 2} + + diff --git a/Resources/Framework/pt_PT.lproj/MGMReportWindow.xib b/Resources/Framework/pt_PT.lproj/MGMReportWindow.xib index 6e8e297..96496ec 100644 --- a/Resources/Framework/pt_PT.lproj/MGMReportWindow.xib +++ b/Resources/Framework/pt_PT.lproj/MGMReportWindow.xib @@ -2,17 +2,18 @@ 1040 - 10C540 - 740 - 1038.25 - 458.00 + 10F569 + 788 + 1038.29 + 461.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 788 YES + YES @@ -43,7 +44,7 @@ 2 {{414, 196}, {479, 360}} 1618477056 - Application Crashed + Application Encravou NSWindow {2000, 2000} @@ -512,7 +513,7 @@ YES - Application + Aplicação 2147483647 @@ -525,7 +526,7 @@ submenuAction: - Application + Aplicação YES @@ -565,7 +566,7 @@ - Outros Hide + Esconder outros h 1572864 2147483647 @@ -574,7 +575,7 @@ - Show All + Mostrar todos 2147483647 @@ -697,71 +698,6 @@ - - - Encontrar - - 2147483647 - - - submenuAction: - - Encontrar - - YES - - - Encontre… - f - 1048576 - 2147483647 - 1 - - - 1 - - - - Localizar seguinte - g - 1048576 - 2147483647 - - - 2 - - - - Procurar anterior - G - 1048576 - 2147483647 - - - 3 - - - - Usar selecção para Pesquisar - e - 1048576 - 2147483647 - - - 7 - - - - Ir para Seleção - j - 1048576 - 2147483647 - - - - - - Ortografia e Gramática @@ -829,45 +765,6 @@ - - - Transformações - - 2147483647 - - - submenuAction: - - Transformações - - YES - - - Faça Maiúsculas - - 2147483647 - - - - - - Faça Minúsculas - - 2147483647 - - - - - - Capitalize - - 2147483647 - - - - - - Discurso @@ -882,7 +779,7 @@ YES - Start Speaking + Começar de falar 2147483647 @@ -943,7 +840,7 @@ - Bring All to Front + Passar tudo para a frente 2147483647 @@ -1167,46 +1064,6 @@ 235 - - - performFindPanelAction: - - - - 236 - - - - performFindPanelAction: - - - - 238 - - - - performFindPanelAction: - - - - 239 - - - - performFindPanelAction: - - - - 240 - - - - centerSelectionInVisibleArea: - - - - 243 - showGuessPanel: @@ -1247,30 +1104,6 @@ 248 - - - uppercaseWord: - - - - 249 - - - - lowercaseWord: - - - - 250 - - - - capitalizeWord: - - - - 251 - startSpeaking: @@ -1674,9 +1507,7 @@ - - @@ -1726,15 +1557,6 @@ - - 182 - - - YES - - - - 181 @@ -1744,15 +1566,6 @@ - - 179 - - - YES - - - - 178 @@ -1782,32 +1595,6 @@ - - 215 - - - YES - - - - - - - - 218 - - - - - 217 - - - - - 216 - - - 199 @@ -1852,44 +1639,6 @@ - - 193 - - - YES - - - - - - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - 83 @@ -1973,9 +1722,7 @@ 177.IBEditorWindowLastContentRect 177.IBPluginDependency 178.IBPluginDependency - 179.IBPluginDependency 181.IBPluginDependency - 182.IBPluginDependency 183.IBPluginDependency 184.IBPluginDependency 185.IBPluginDependency @@ -1985,13 +1732,6 @@ 190.IBPluginDependency 191.IBPluginDependency 192.IBPluginDependency - 193.IBEditorWindowLastContentRect - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBPluginDependency - 196.IBPluginDependency - 197.IBPluginDependency - 198.IBPluginDependency 199.IBEditorWindowLastContentRect 199.IBPluginDependency 2.IBPluginDependency @@ -2003,11 +1743,6 @@ 204.IBPluginDependency 205.IBPluginDependency 21.IBPluginDependency - 215.IBEditorWindowLastContentRect - 215.IBPluginDependency - 216.IBPluginDependency - 217.IBPluginDependency - 218.IBPluginDependency 219.IBEditorWindowLastContentRect 219.IBPluginDependency 22.IBPluginDependency @@ -2092,7 +1827,7 @@ {2000, 2000} {479, 360} - {{477, 601}, {64, 6}} + {{465, 601}, {64, 6}} com.apple.InterfaceBuilder.CocoaPlugin {{436, 809}, {64, 6}} @@ -2100,7 +1835,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{256, 344}, {244, 243}} + {{244, 384}, {244, 203}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2113,16 +1848,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{500, 324}, {286, 103}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{500, 294}, {329, 113}} + {{488, 314}, {329, 113}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2133,19 +1859,14 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{500, 324}, {162, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{500, 324}, {150, 43}} + {{488, 364}, {168, 43}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{127, 544}, {129, 63}} + {{127, 544}, {117, 63}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2206,7 +1927,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{256, 494}, {194, 73}} + {{244, 494}, {249, 73}} com.apple.InterfaceBuilder.CocoaPlugin {{525, 802}, {197, 73}} @@ -2218,7 +1939,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{256, 484}, {221, 123}} + {{244, 484}, {221, 123}} com.apple.InterfaceBuilder.CocoaPlugin {{23, 794}, {245, 183}} @@ -2279,6 +2000,35 @@ id + + YES + + YES + ignoreAllReports: + ignoreReport: + sendAllReports: + sendReport: + + + YES + + ignoreAllReports: + id + + + ignoreReport: + id + + + sendAllReports: + id + + + sendReport: + id + + + YES @@ -2312,6 +2062,75 @@ NSTextView + + YES + + YES + dateField + hideMenu + ignoreAllButton + ignoreButton + mainMenu + mainWindow + quitMenu + sendAllButton + sendButton + titleField + userEmailField + userReportView + + + YES + + dateField + NSTextField + + + hideMenu + NSMenuItem + + + ignoreAllButton + NSButton + + + ignoreButton + NSButton + + + mainMenu + NSMenu + + + mainWindow + NSWindow + + + quitMenu + NSMenuItem + + + sendAllButton + NSButton + + + sendButton + NSButton + + + titleField + NSTextField + + + userEmailField + NSTextField + + + userReportView + NSTextView + + + IBProjectSource Classes/Framework/MGMReportWindow.h @@ -2827,13 +2646,14 @@ 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -2842,5 +2662,20 @@ YES ../../../GeckoReporter.xcodeproj 3 + + YES + + YES + NSApplicationIcon + NSMenuCheckmark + NSMenuMixedState + + + YES + {128, 128} + {9, 8} + {7, 2} + +