This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
File: ExceptionTest.c | |
Contains: Test code for Mach exception handling. | |
Written by: DTS | |
Copyright: Copyright (c) 2006 by Apple Computer, Inc., All Rights Reserved. | |
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL)blessHelperWithLabel:(NSString *)label error:(NSError **)error { | |
BOOL result = NO; | |
AuthorizationItem authItem = { kSMRightBlessPrivilegedHelper, 0, NULL, 0 }; | |
AuthorizationRights authRights = { 1, &authItem }; | |
AuthorizationFlags flags = kAuthorizationFlagDefaults | | |
kAuthorizationFlagInteractionAllowed | | |
kAuthorizationFlagPreAuthorize | | |
kAuthorizationFlagExtendRights; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.file "tree.cpp" | |
.text | |
.align 16, 0x90 | |
.type __cxx_global_var_init,@function | |
__cxx_global_var_init: # @__cxx_global_var_init | |
.Ltmp2: | |
.cfi_startproc | |
# BB#0: | |
pushq %rbp | |
.Ltmp3: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i386 : iPhone Simulator | |
x86_64 : iPhone Simulator | |
arm64 : iPhone Simulator | |
iPhone1,1 : iPhone | |
iPhone1,2 : iPhone 3G | |
iPhone2,1 : iPhone 3GS | |
iPhone3,1 : iPhone 4 | |
iPhone3,2 : iPhone 4 GSM Rev A | |
iPhone3,3 : iPhone 4 CDMA | |
iPhone4,1 : iPhone 4S |
NewerOlder