Changeset 378


Ignore:
Timestamp:
02/11/08 02:39:32 (16 years ago)
Author:
Nicholas Riley
Message:

Update for SCR 1.5, no longer registering explicitly.

Location:
trunk/ICeCoffEE/ICeCoffEE
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/APEMain.m

    r256 r378  
    1616#import <ApplicationEnhancer/APETools.h>
    1717#import <objc/objc-runtime.h>
    18 #import "SmartCrashReportsAPI.h"
    1918#import "ICeCoffEE.h"
    2019#import "CPS.h"
     
    7271void APEBundleMainEarlyLoad(CFBundleRef inBundle, CFStringRef inAPEToolsApplicationID)
    7372{
    74     OSStatus err;
    75 
    76     err = UnsanitySCR_RegisterMatchSpecifier(kICBundleIdentifier, CFSTR("Nicholas Riley"),
    77                                              NULL, CFSTR("SCR-5E5C696784"), NULL);
    78     if (err != noErr) {
    79         apeprintf("ICeCoffEE APE: Can't register with Smart Crash Reports (error %ld)\n", err);
    80     }
    81    
    8273    ICCF_MigratePrefs();
    8374
     
    9182
    9283    CPSProcessSerNum psn;
    93     err = CPSGetCurrentProcess(&psn);
     84    OSStatus err = CPSGetCurrentProcess(&psn);
    9485    if (err != noErr) {
    9586#if ICCF_DEBUG
Note: See TracChangeset for help on using the changeset viewer.