Changeset 378 for trunk/ICeCoffEE
- Timestamp:
- 02/11/08 02:39:32 (17 years ago)
- Location:
- trunk/ICeCoffEE/ICeCoffEE
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/APEMain.m
r256 r378 16 16 #import <ApplicationEnhancer/APETools.h> 17 17 #import <objc/objc-runtime.h> 18 #import "SmartCrashReportsAPI.h"19 18 #import "ICeCoffEE.h" 20 19 #import "CPS.h" … … 72 71 void APEBundleMainEarlyLoad(CFBundleRef inBundle, CFStringRef inAPEToolsApplicationID) 73 72 { 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 82 73 ICCF_MigratePrefs(); 83 74 … … 91 82 92 83 CPSProcessSerNum psn; 93 err = CPSGetCurrentProcess(&psn);84 OSStatus err = CPSGetCurrentProcess(&psn); 94 85 if (err != noErr) { 95 86 #if ICCF_DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.