objective-see / FileMonitor

File Monitor Library (based on Apple's new Endpoint Security Framework)
GNU General Public License v3.0
327 stars 47 forks source link

e2d73486... Doesn't build. Missing Base.lproj #3

Closed gutley closed 5 years ago

gutley commented 5 years ago

I just tried building FileMonitor and Xcode is complaining it can't find FileMonitor/App/FileMonitor/Base.lproj.

i suspect it wasn't committed to git

objective-see commented 5 years ago

Ah thanks! Just updated the project to remove reference to this (unneeded file).

Note though, you'll have to update the code-signing info and add your own provisioning profile to get it to build cleanly (requirements leveraged by Apple, as the project uses the Endpoint Security Framework)