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

refactor(cli): synchronize pbxproj and export options, handle cert on build #10669

Merged
merged 13 commits into from
Aug 21, 2024

Commits on Aug 18, 2024

  1. refactor(cli): synchronize pbxproj and ExportOptions.plist

    - adds a pbxproj parser and writer (very simple, just for the objects we actually need)
    - changed codesign modifications from ios init to ios build
    - synchronize pbxproj with export options so that CLI build works if you change the xcode project manually
    lucasfernog committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    952c8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b08356 View commit details
    Browse the repository at this point in the history
  3. enhance logs

    lucasfernog committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a8d9eda View commit details
    Browse the repository at this point in the history
  4. add test

    lucasfernog committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    242f665 View commit details
    Browse the repository at this point in the history
  5. fix change tag

    lucasfernog committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    655f4ad View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. retain order

    lucasfernog committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b09018d View commit details
    Browse the repository at this point in the history
  2. add serialize test

    lucasfernog committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6171d52 View commit details
    Browse the repository at this point in the history
  3. fix test

    lucasfernog committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8050d3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0bc284 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. remove warning

    lucasfernog committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1387c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    155182b View commit details
    Browse the repository at this point in the history