Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mokacoding/Bench
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mokacoding/Bench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: KIF-Quick
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 23, 2015

  1. Add KIF Swift target

    We've decided to use another target so that we can compare the two (Objective-C and Swift) options.
    mokagio committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    4562e53 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Configuration menu
    Copy the full SHA
    ff1bba4 View commit details
    Browse the repository at this point in the history
  2. Add bridging header improting Swift

    _The way I did it was by adding an Objective-C class to the target so Xcode asked to add the header and did all the configurations automatically. Then I removed the class._
    mokagio committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    ee9e480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e734a4c View commit details
    Browse the repository at this point in the history
  4. Fix issue with bridging header not importing KIF properly

    The issue was that KIF was imported as an Objective=C header, but built by cocapods as a framework. Because of this the header couldn't find it.
    mokagio committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    9a34e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b4eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89ac170 View commit details
    Browse the repository at this point in the history
Loading