MacOs

Macos蓝牙相关

Macos蓝牙相关

bingliaolong 1年前 (2023-05-31) 8 0

蓝牙信息 目前的需求是获取系统蓝牙状态开启与否,一些OC的方法无法获取到相关信息,经验证,下面的方面可以获取 state type typedef enum { kBluetoothHCIPowerStateON =...

Macos用户类型相关

Macos用户类型相关

bingliaolong 1年前 (2023-05-30) 12 0

Macos user type admin normal sharing-only group root uid为0 gid为0 admin 根据查到的资料,macOS第一个用户会是管理员权限,gid为501 nor...

Macos编译x86_64相关一

Macos编译x86_64相关一

bingliaolong 1年前 (2023-04-25) 35 0

About Mac M1 arm架构编出来的动态库都是arm架构 所以arm下写出来的软件,要让x86_64架构下能运行,就需要在arm下编的时候编成x86_64架构 包括所依赖的一些库,都需要x86_64的 查看动...

lldb调试

lldb调试

bingliaolong 1年前 (2023-04-21) 12 0

调试程序 ldb /Projects/Sketch/build/Debug/Sketch.app file /Projects/Sketch/build/Debug/Sketch.app 附加进程 process a...

Macos服务相关

Macos服务相关

bingliaolong 2年前 (2023-03-27) 24 0

服务类型 Login item 不由launchd管理,其他3个是 有UI XPC service 无UI,除非是用IOSurface这种方式 Launch Daemon 运行在系统上下文中,其他三个运行在用户上下文...

扫一扫二维码分享