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

iOS Static Build Pipeline #3436

Closed
wants to merge 20 commits into from
Closed

iOS Static Build Pipeline #3436

wants to merge 20 commits into from

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    d7e1dae View commit details
    Browse the repository at this point in the history
  2. Xcode config: lock swift version at 5.0, bundle framework rather than…

    … dynamic lib, never strip swift symbols, add framework search paths, and bring in lstdc++
    CatalinVoss committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b31c529 View commit details
    Browse the repository at this point in the history
  3. Runtime schema config: disable the main thread checker as this causes…

    … trouble with the static build
    CatalinVoss committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    321f533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4387f2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d151f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    034fb8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1533846 View commit details
    Browse the repository at this point in the history
  8. Add a basic podspec

    CatalinVoss committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1a428b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7b4474 View commit details
    Browse the repository at this point in the history
  10. Fix podspec version code

    CatalinVoss committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d1d1ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    63f879b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11acd17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6dc9a8 View commit details
    Browse the repository at this point in the history
  4. Remove packaging steps for unneeded stuff because libdeepspeech.so is…

    … no longer a thing here. I suppose we could add a step to package the iOS static lib instead.
    CatalinVoss committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    fcb1781 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix podspec version

    CatalinVoss committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b910b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9895d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e1922e View commit details
    Browse the repository at this point in the history
  4. Fix buildfile nit

    CatalinVoss committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    ae2a0a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47c3bf3 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove space in iOS package step"

    This reverts commit 3e1922e.
    CatalinVoss committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    31a4eab View commit details
    Browse the repository at this point in the history