Files
element-call-Github/embedded/ios/Sources/EmbeddedElementCall/EmbeddedElementCall.swift
Hugh Nimmo-Smith 1f86ea2d98 Publish embedded package for releases of Element Call
Part of https://github.com/element-hq/element-call/issues/2994

This PR:

- Publishes embedded builds as Tarball, NPM, AAR, SwiftPM for releases
- Publishes full builds as Tarball for releases
- Adds comments to release notes with the built artifact locations
2025-03-17 10:25:03 +00:00

6 lines
159 B
Swift

import Foundation
public let appURL = Bundle.module.url(forResource: "index", withExtension: "html", subdirectory: "dist")
public let bundle = Bundle.module