ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

[macOS] CFBundleIdentifier is still "com.insomnia.app" #61

Closed core-code closed 8 months ago

core-code commented 9 months ago

Expected Behavior

as this is not upstream insomnia the CFBundleIdentifier should not be the same as the identifier of the original project

Actual Behavior

the identifier is the same as upstream, making it indistinguishable to the operating system and 3rd party apps.

    <key>CFBundleIdentifier</key>
    <string>com.insomnia.app</string>

how about org.archgpt.insomnia?

Reproduction Steps

No response

Is there an existing issue for this?

Additional Information

the CFBundleIdentifier is in the Contents/Info.plistfile

Insomnium Version

any

What operating system are you using?

macOS

Operating System Version

macOS

Installation method

any

Last Known Working Insomnium version

No response

archywillhe commented 9 months ago

oh yeah I've been sorting this out; a fix is in the upcoming release today.

core-code commented 9 months ago

awesome, thanks!