Changeset 183 for trunk/ICeCoffEE/ICeCoffEE/APEMain.m
- Timestamp:
- 05/14/05 20:11:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/APEMain.m
r181 r183 126 126 // XXX handle patching error return from ICCF_PatchMethod 127 127 if (bundleID != NULL) { 128 if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.projectbuilder")) || 129 ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.xcode"))) { 128 if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.xcode"))) { 130 129 ICCF_PatchMethod("PBXTextView", "ICeCoffEEMenuOnly", "ICeCoffEEMenuSuper", "menuForEvent:"); 131 130 ICapeprintf("ICeCoffEE APE: loaded in PBXTextView for PB!\n");
Note:
See TracChangeset
for help on using the changeset viewer.