반응형 Mac2 MacOS 단축키 https://support.apple.com/en-us/HT201236 2017. 2. 16. 현재 앱을 사용자 로그인 아이템 등록하기 등록되어 있는지 확인 - runAtStartupEnabled return.BOOLYES - 사용자 로그인 아이템에 해당 앱이 등록되어있음.NO - 사용자 로그인 아이템에 해당 앱이 등록되어있지 않음. Arguments. 없음. code- (BOOL)runAtStartupEnabled{ NSURL *itemURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]; Boolean foundIt=false; LSSharedFileListRef loginItems = LSSharedFileListCreate(NULL, kLSSharedFileListSessionLoginItems, NULL); if (loginItems) { UInt32 seed = 0.. 2014. 4. 20. 이전 1 다음 반응형