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

Create ReactiveSwift and ReactiveSwiftTests targets #2980

Closed
wants to merge 13 commits into from
Closed

Create ReactiveSwift and ReactiveSwiftTests targets #2980

wants to merge 13 commits into from

Commits on Jul 5, 2016

  1. Create ReactiveSwift and ReactiveSwiftTests target

    - Adjust import statement based on compiled target
    - Extract `DynamicProperty` to separate file and add it to mac targets
    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    b72aa6a View commit details
    Browse the repository at this point in the history
  2. Make import statement indentation consistent

    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    818701c View commit details
    Browse the repository at this point in the history
  3. Move REACTIVE_SWIFT define to proper place

    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    775ebc9 View commit details
    Browse the repository at this point in the history
  4. Rename ReactiveSwift to ReactiveSwift-Mac

    Also update `Result` and `Nimble` submodules
    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    f3236e0 View commit details
    Browse the repository at this point in the history
  5. Add -Mac suffix to ReactiveSwift targets

    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    28e7ec2 View commit details
    Browse the repository at this point in the history
  6. Add iOS target and rename build products

    - ReactiveSwift-Mac -> ReactiveSwift
    - Add ReactiveSwift-iOS. Product: ReactiveSwift
    
    Note: the "ReactiveSwift" value is hardcoded and does not come
    from any build environment variable (unlike for ReactiveCocoa-X
    products).
    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    641e99d View commit details
    Browse the repository at this point in the history
  7. Fix iOS target and create watchOS target

    Also add `-D REACTIVE_SWIFT` flag to all configurations of `ReactiveSwift` targets
    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    d3e5ee8 View commit details
    Browse the repository at this point in the history
  8. Add tvOS target and scheme

    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    9fca040 View commit details
    Browse the repository at this point in the history
  9. Fix the unit tests for iOS platform

    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    745ba07 View commit details
    Browse the repository at this point in the history
  10. Add ReactiveSwift schemes to .travis.yml

    Eimantas Vaiciunas committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    c31decc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Updates according to @ikesyo notes

    Eimantas Vaiciunas committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    0bc3156 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. Fix accidental typo

    Eimantas Vaiciunas committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    45a0de0 View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts with upstream

    Eimantas Vaiciunas committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    871c98e View commit details
    Browse the repository at this point in the history