Regarding <https://github.com/JetBrains/compose-mu...
# compose-desktop
s
Regarding https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/Signing_and_notarization_on_macOS: Can you simultaneously have a stand-alone Developer ID signed app and a Testflight PKG, or do I need to build it twice with different configurations?
1
Looked into the source. Looks like the appStore flag decides with certificate to use. So it can't build both at the same time.
👍 1