safari-web-extension-developer

After running the first code, i am getting this in return

This tool will package your Web Extension into an app that can be built and run in Safari on macOS and distributed through the App Store. It will generate a default Xcode project based on the manifest.json file.



Usage: safari-web-extension-converter [options] path/to/web-extension



Options:

    --project-location    The location to put the created Xcode project.

    --app-name            The name of the generated app.

    --bundle-identifier   The bundle identifier for the generated app.

    --swift               Use Swift in the generated app.

    --objc                Use Objective-C in the generated app.



Additional flags:

    --copy-resources   Copy the extension files to the generated project. If not specified, the project will reference the original extension files.

    --no-open          Do not open the generated Xcode project when complete.

    --force            Force overwriting the output directory if it exists.

    --help             Print this help text.


not sure what to do after this. can anyone help me??
Answered by climb in 648540022
What do you mean by "first code"? What specific command did you run?
Accepted Answer
What do you mean by "first code"? What specific command did you run?
xcrun safari-web-extension-converter /path/to/extension

this code to convert chrome extension for safari

Did you make sure whatever you put for "/path/to/extension" was a valid path on disk to the top level folder of your existing Chrome/Firefox/Edge/etc extension resources?
safari-web-extension-developer
 
 
Q