![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
electron-macos-file-provider
Advanced tools
Apple FileProvider for macos using the N-API extension electron
trying to implement Apple FileProvider for macos using the N-API extension electron.
npm install electron-macos-file-provider
PlugIns/EleFileProvider.appex
you have configured and compiled in your Electron application construction process. reference Developer document part configuration and compile EleFileProvider.appexaddDomain("cloud.lazycat.client", "",
{
url: "http://localhost:8080/webdav/",
user: "user001",
password: "mypassword",
},
(err: any) => {
if(err) {
console.log("[EleFileProvider] addDomain failed", err);
return;
}
console.log("[EleFileProvider] addDomain success!");
})
removeAllDomains((err: any) => {
if(err) {
console.log("[EleFileProvider] removeAllDomains failed", err);
return;
}
console.log("[EleFileProvider] removeAllDomains success!");
})
getUserVisiblePath("cloud.lazycat.client", "")
.then(path => {
// path = /Users/Apollo/Library/CloudStorage/MyAppClient
console.log("[EleFileProvider] getUserVisiblePath:", path)
})
.catch(error => {
console.error("[EleFileProvider] getUserVisiblePath failed", error)
})
Please use
xcode
to openEFPHelper.xcodeproj
and configure your development team and App Identifier and the correctapp groups identifier
.If you need to modify FileProvider Expand, you can try to run the
EFPHelper
application for debugging.
execute npm install
installation dependency
configure node-gyp npm run dev:init
build node native modules npm run dev:build
build EleFileProvider PlugIns npm run dev:plugin
https://nodejs.org/api/n-api.html#node-api
https://github.com/nodejs/node-addon-examples
This project exists thanks to all the people who contribute.
We welcome contributions of any kind, please see our contributing guide. Found a bug? Please submit an issue.
This Project is MIT licensed.
FAQs
Apple FileProvider for macos using the N-API extension electron
The npm package electron-macos-file-provider receives a total of 0 weekly downloads. As such, electron-macos-file-provider popularity was classified as not popular.
We found that electron-macos-file-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.