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

feat: Fastlane integration and CI/CD Workflows #24

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

BradenM
Copy link
Member

@BradenM BradenM commented Aug 29, 2023

  • chore(git): add fastlane, direnv, dotenv to gitignore
  • chore(tools): add tool-versions file
  • feat(bundle): add Gemfile with fastlane and cocoapods
  • feat(app): replace code sign parameters with variables
  • fix(app): inject import CrisisCleanup via needle generate arg during build
  • docs(readme): remove mention of manual addition of crisiscleanup inject in needle output
  • fix(app): specify needle generated output file
  • feat(fastlane): add config module for constants and action env defaults
  • feat(fastlane): add Appfile
  • feat(fastlane): add Matchfile for certificates sync
  • feat(fastlane): implement setup_keychain, authenticate, build, dev, and beta fastlane lanes
  • docs(fastlane): update generated fastlane documentation
  • feat(dx): add shared envrc file
  • feat(sops): add sops config
  • chore(git): ignore userdata, remove configs from ignore
  • chore(git): add sopsdiffer gitattributes
  • chore(git): update app/config gitignore to only exclude non-encrypted files
  • feat(app/config): move AppConfig.xcconfig -> AppConfig.xcconfig.sample
  • chore(tools): add age to tool versions
  • feat(app/config): remove old google service default info
  • feat(app/config): add encrypted debug configs
  • feat(app/config): add encrypted release configs
  • feat(app/config): rename google configs to match configuration casing
  • feat(app): update config overwrite phase to decrypt target configuration
  • feat(app): update google service config phase to decrypt target configuration
  • fix(app): specify input and outputs paths for google service info phase
  • feat(fastlane): decrypt app configs during build lane

Copy link
Collaborator

@hueachilles hueachilles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README file was modified deleting an important step related to Needle IoC code generation. Was this an oversight?

README.md Show resolved Hide resolved
Copy link
Collaborator

@hueachilles hueachilles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@BradenM BradenM force-pushed the feat/fastlane branch 2 times, most recently from 4ba6a76 to e02dca8 Compare September 1, 2023 10:54
Signed-off-by: Braden Mars <[email protected]>
…`dev`, and `beta` fastlane lanes

Signed-off-by: Braden Mars <[email protected]>
Signed-off-by: Braden Mars <[email protected]>
…, add encrypt lane for updating existing configs

Signed-off-by: Braden Mars <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants