Skip to content

First/last baseline target min deployment rather than max deployment version #353

@muccy

Description

@muccy

Hi,
because new baseline support is defined like this:

#if (__IPHONE_OS_VERSION_MIN_REQUIRED >= 80000) || (__TV_OS_VERSION_MIN_REQUIRED >= 9000) || (__MAC_OS_X_VERSION_MIN_REQUIRED >= 101100)

@property (nonatomic, strong, readonly) MASConstraint *firstBaseline;
@property (nonatomic, strong, readonly) MASConstraint *lastBaseline;

#endif

and CocoaPods after install sets Masonry pod target like this:
schermata 2016-06-12 alle 12 18 28

the macro fails and the new features are disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions