2

I am a dev and tried to transpile (xcrun) a chrome and Firefox extension for safari - it loaded but there were issues with actually getting it to function properly. For example - there is an extension called Simplify Copilot for jobs and it didn't seem to log me in.

I downloaded Orion thinking the problems I am having with Safari would not be there, but it turns out Orion also cross-compiles the extensions and use it because the same issues persist.

Expected for everything to run smoothly.

Version 0.99.132.0.1-beta (WebKit 621.1.2.111.4) MacOS - Version 15.3.2 (24D81)

Sequoia (15)

    Hey, can you share the code to review ?

      Here’s a quick overview of what I did to convert my Chrome extension to a Safari Web Extension using Apple’s xcrun tool:
      xcrun safari-web-extension-converter /path/to/my/chrome-extension

      This command initiates the conversion wizard. It automatically creates an Xcode project for the Safari version of the extension. I followed the prompts—enabled signing, set the bundle identifier, and let it generate the scaffolding.

      After that, I opened the generated .xcodeproj file in Xcode, made minor tweaks to the Info.plist if needed (like setting permission strings), and built the project.

      The login issue persisted with this method for Safari and this same issue was being shown in Orion. Although I didn't use any of my code for Orion - I installed chrome extension for Orion and thought it may have done the same thing that I did.

      No one is typing