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

entitlements and other vars based on the build type #37

Open
eladgel opened this issue Aug 7, 2024 · 0 comments
Open

entitlements and other vars based on the build type #37

eladgel opened this issue Aug 7, 2024 · 0 comments

Comments

@eladgel
Copy link

eladgel commented Aug 7, 2024

In our current eas.json we have these definitions:

    "preview": {
      "distribution": "internal",
      "ios": {
        "cocoapods": "1.15.2"
      }
    },
    "development": {
      "autoIncrement": true,
      "channel": "dev",
      "env": {
        "APP_VARIANT": "development",
        "VERSION": "1.0.0",

I want to do the same for my share extension, have different entitlements and an API address based on the target: development/test/production.

How should I do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant