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

[TIMOB-23797] iOS10: Support Ti.UI.Clipboard.setItems including options #8247

Merged
merged 8 commits into from Aug 30, 2016

Conversation

hansemannn
Copy link
Collaborator

-(NSString*)PASTEBOARD_OPTION_LOCAL_ONLY
{
if ([TiUtils isIOS10OrGreater]) {
#if IS_XCODE_8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a #if IS_XCODE_8 inside the isiOS10OrGreater method, so this is redundant

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It still needs to be wrapped for Xcode < 8, otherwise the build fails. The Utils just use it to verify the device-versions.

@AngelkPetkov AngelkPetkov merged commit 0daab04 into tidev:master Aug 30, 2016
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.

None yet

2 participants