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

Migrate CLUWritable to Swift #24

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on May 22, 2017

  1. Migrate CLUReportComposer to Swift

    Changes:
    - Migrate CLUReportComposer to Swift as ReportComposer.
    - Swap CLUReportComposer with ReportComposer.
    andrea-prearo committed May 22, 2017
    Configuration menu
    Copy the full SHA
    698f375 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Migrate writers related protocols to Swift

    Changes:
        - Migrate CLUInfoModule to Swift as InfoModule.
        - Migrate CLURecordableModule to Swift as RecordableModule.
        - Migrate CLUWritable to Swift as Writable.
    andrea-prearo committed May 23, 2017
    Configuration menu
    Copy the full SHA
    5bf956e View commit details
    Browse the repository at this point in the history
  2. Update writers and modules

    Changes:
    - Update writers to conform to the new Writable protocol.
    - Update modules to conform to the new InfoModule
      and RecordableModule protocols.
    - Update record composer.
    andrea-prearo committed May 23, 2017
    Configuration menu
    Copy the full SHA
    fd7fea0 View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    andrea-prearo committed May 23, 2017
    Configuration menu
    Copy the full SHA
    0b77159 View commit details
    Browse the repository at this point in the history
  4. Migrate ClueController to Swift

    Changes:
    - Migrate ClueController to Swift.
    - Update sample apps.
    andrea-prearo committed May 23, 2017
    Configuration menu
    Copy the full SHA
    dd6f8ee View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Update Travis CI configuration

    Changes:
    - Update simulator version to 10.3.1.
    andrea-prearo committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    b932c47 View commit details
    Browse the repository at this point in the history