Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider ways to use local Swift SDK package in toolkit #275

Open
yo1995 opened this issue Mar 14, 2023 · 0 comments
Open

Consider ways to use local Swift SDK package in toolkit #275

yo1995 opened this issue Mar 14, 2023 · 0 comments
Labels
Effort - small A low level of effort to complete enhancement New feature or request

Comments

@yo1995
Copy link
Contributor

yo1995 commented Mar 14, 2023

dependencies: [
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.0.0-beta"))
],

Currently the toolkit points to the latest release version of the Swift SDK. While we are not allowed to put the internal package URL in a public repo, we can still allow internal users to build the toolkit using the local source code package.

Apple has many packages that use a environment variable SWIFTCI_USE_LOCAL_DEPS (ex1, ex2) to switch between public package and local folder. We may consider sth similar after hearing feedback from internal users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Effort - small A low level of effort to complete enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant