Skip to content

Instantly share code, notes, and snippets.

@rcnagireddy
rcnagireddy / EndpointSecurityDemo.m
Created March 26, 2021 12:35 — forked from Omar-Ikram/EndpointSecurityDemo.m
A demo of using Apple's new EndpointSecurity framework - tested on macOS Catalina 10.15 (19A583)
//
// main.m
// EndpointSecurityDemo
//
// Created by Omar Ikram on 17/06/2019 - Catalina 10.15 Beta 1 (19A471t)
// Updated by Omar Ikram on 15/08/2019 - Catalina 10.15 Beta 5 (19A526h)
// Updated by Omar Ikram on 01/12/2019 - Catalina 10.15 (19A583)
//
#import <Foundation/Foundation.h>
@rcnagireddy
rcnagireddy / meson.build
Created May 31, 2020 18:58 — forked from HE-Wenjian/meson.build
meson dependency searching with Conan
#############################################
# -----------
# Import from conan only.
# -----------
conan_pkgs= {
'fmt':'fmt/5.3.0@', # <- Must contain @, otherwise Conan will think it is a path
# ... the dependency list goes on
}
# Adding new dependencies to this dict is error-free, but if you