Git Product home page Git Product logo

Comments (8)

KrauseFx avatar KrauseFx commented on August 22, 2024

produce should use the app identifier from the Appfile:

FastlaneCore::ConfigItem.new(key: :app_identifier,
   env_name: "PRODUCE_APP_IDENTIFIER",
   description: "App Identifier (Bundle ID, e.g. com.krausefx.app)",
   default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)),

from produce.

buscarini avatar buscarini commented on August 22, 2024

Ah sorry, that is not actually the problem. The problem is that I have the app name in Deliver as the title and I don't know how to use it in Fastfile. Would there be a way to put it in Appfile and having it used in Fastfile and Deliverfile?

from produce.

KrauseFx avatar KrauseFx commented on August 22, 2024

Sorry, I don't know. What do you mean with title? The Appfile only supports the App Identifier, Apple ID and team information.

from produce.

KrauseFx avatar KrauseFx commented on August 22, 2024

Any updates on this?

from produce.

KelvinJin avatar KelvinJin commented on August 22, 2024

Would it be acceptable if we add the app_name entry for a specific lane in the Appfile? So that produce can use it together with the app_identifier when creating the new AppID. Something like the following:

FastlaneCore::ConfigItem.new(key: :app_name,
    env_name: "PRODUCE_APP_NAME",
    short_option: "-q",
    description: CredentialsManager::AppfileConfig.try_fetch_value(:app_name)),

from produce.

KrauseFx avatar KrauseFx commented on August 22, 2024

Sorry no, the Appfile is only for the most basic metadata. I'll close this issue for now, as I don't think it's the right approach to change this.

from produce.

KrauseFx avatar KrauseFx commented on August 22, 2024

@KelvinJin You can always pass the app name from within your Fastfile 👍

from produce.

fastlanebot avatar fastlanebot commented on August 22, 2024

This issue was migrated to fastlane/fastlane#3064. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

from produce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.