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

Add Makefile #49

Merged
merged 19 commits into from
Mar 31, 2021
Merged

Add Makefile #49

merged 19 commits into from
Mar 31, 2021

Commits on Mar 24, 2021

  1. Add Makefile

    duartepinto committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4e68b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7169d View commit details
    Browse the repository at this point in the history
  3. Build examples with make

    duartepinto committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    137a26f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d6dc7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f6ee94 View commit details
    Browse the repository at this point in the history
  6. Make option podlint. Removed running 'pod spec lint' during tests

    According to https://guides.cocoapods.org/making/using-pod-lib-create.html#deploying-your-library
    `pod spec lint` checks the external repo and associated tag, not the
    current state of the current commit, so it does not make sense to run
    this (unless we are going to push a new version)
    duartepinto committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1e9a932 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Use default 'iphonesimulator' sdk

    This is in order to not force an Xcode version to run the code.
    duartepinto committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ebfe3c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Update Makefile

    Co-authored-by: André Cardoso <thyandrecardoso@hotmail.com>
    duartepinto and thyandrecardoso committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    afe8a01 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    Co-authored-by: André Cardoso <thyandrecardoso@hotmail.com>
    duartepinto and thyandrecardoso committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7d7cac1 View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    Co-authored-by: André Cardoso <thyandrecardoso@hotmail.com>
    duartepinto and thyandrecardoso committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    eb0cfff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a698e94 View commit details
    Browse the repository at this point in the history
  5. Add files to xcode group

    duartepinto committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    323259f View commit details
    Browse the repository at this point in the history
  6. Align code.

    Move clean instruction.
    duartepinto committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6aaf770 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d01567 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Oclint examples

    duartepinto committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    3025b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da4ecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bfeb63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9160da5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. 'build' is default target for make command. 'test' target depends on …

    …'build'. 'build-...-examples' targets depend on 'install-examples'.
    duartepinto committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    173f363 View commit details
    Browse the repository at this point in the history