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

first object getter changed #1805

Merged
merged 1 commit into from
May 20, 2014
Merged

Conversation

RogyMD
Copy link
Contributor

@RogyMD RogyMD commented Feb 24, 2014

No description provided.

@segiddins
Copy link
Member

@blakewatters I believe we'd conditionally have to declare that NSArray has the firstObject method on iOS < 7, OS X < 10.9?

@blakewatters
Copy link
Member

Looks like firstObject appeared on NSArray in iOS 4:

- (id)firstObject NS_AVAILABLE(10_6, 4_0);

So you can tell how old this code is.

@blakewatters
Copy link
Member

Hrm not sure what to make of the Travis issues

@segiddins
Copy link
Member

@blakewatters apple only made it public this summer

blakewatters added a commit that referenced this pull request May 20, 2014
first object getter changed
@blakewatters blakewatters merged commit af8080c into RestKit:development May 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants