feat(api): implement getIdentifier() to access tauri.conf.json identifier#12837
feat(api): implement getIdentifier() to access tauri.conf.json identifier#12837lucasfernog merged 7 commits intotauri-apps:devfrom
getIdentifier() to access tauri.conf.json identifier#12837Conversation
getIdentifier() to access tauri.conf.json identifier
Package Changes Through 859146bThere are 2 changes which include tauri with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Nice, thank you! Can you also add a small changefile similar to https://github.com/tauri-apps/tauri/pull/9687/files#diff-e81fe1c50bf4d06ae9838270ec4f0bf64c36193d5d29c6c71fb523363ca57a7e ? (but just p.s. CI is asking you to re-run |
|
Okay let me know if this is good |
…/tauri into get-identifier#12753
|
just a fyi, because 2.3.0 was just released i'll have to wait a bit before i can merge new minor prs. You don't have to do anything here anymore :) |
well it's tagged as patch though :D |
|
welp, only looked at |
Co-authored-by: Fabian-Lars <github@fabianlars.de>
|
oh my bad fixed it |
Description
This PR adds a new
getIdentifier()API function to access the application's bundle identifier from the frontend. This allows developers to access the identifier configured intauri.conf.jsonwithout having to maintain a separate constant or parse the config file.Closes #12753
Changes
getIdentifier()function to the app APITesting
API Example