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

Get BUNDLE_IDENTIFIER from Config.xcconfig for use in Fastfile #17

Merged
merged 2 commits into from
Mar 30, 2024

Commits on Mar 18, 2024

  1. Fastfile: Parse Config.xcconfig to get BUNDLE_IDENTIFIER

    - Replace $(DEVELOPMENT_TEAM) parsed from BUNDLE_IDENTIFIER in Config.xcconfig with ENV["TEAMID"]
    - Use BUNDLE_ID instead of hard coded bundle identifier in Fastfile, inspired by Artificial-Pancreas/iAPS 6a46a2a by @Jon-b-m 
    - Allows building of different instances of the app by only editing Config.xcconfig.
    bjornoleh authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    419c13a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    b9015c5 View commit details
    Browse the repository at this point in the history