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

Mocktail, HTTPMessage Support for SPM #340

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2021

  1. By default, SPM is compiling all the files that are found under Sourc…

    …es/$(PROJ_NAME)/ hence, the HTTPMessage and Mocktail functionalities were not even compiled.
    
    Moved them and their includes into the OHHTTPStubs and created a separate folder for the core functionality, in order to keep the files nicely split.
    Coruț Fabrizio committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    1ccee13 View commit details
    Browse the repository at this point in the history
  2. Fixed pbxproj.

    Coruț Fabrizio committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b357cbe View commit details
    Browse the repository at this point in the history
  3. Add .m files to the Static Lib target as well.

    Coruț Fabrizio committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8136a6f View commit details
    Browse the repository at this point in the history
  4. Fixed running Mocktail tests using swift test for Swift Packages.

    The same principles applies to the tests as well: only files found in the Tests/$(PACKAGE_NAME)Tests folder will be taken into consideration.
    Coruț Fabrizio committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    bdb49c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Revert mocktail tests support.

    Coruț Fabrizio committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c65be0d View commit details
    Browse the repository at this point in the history