alibaba / coobjc

coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
https://github.com/alibaba/coobjc
Apache License 2.0
4.03k stars 525 forks source link

fix(UIImagePickerController+Coroutine.h) fixes #93 #96

Closed sevenOnClass closed 5 years ago

sevenOnClass commented 5 years ago

Fix: PHOTOS_AVAILABLE_IOS_TVOS was removed in Xcode 11

Adapt Xcode11: replace PHOTOS_AVAILABLE_IOS_TVOS(9_1, 10_0) with API_AVAILABLE(ios(9.1), tvos(10))

Summary

fixes #93

Adapt Xcode11

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

Thanks for contributing to coobjc!

CLAassistant commented 5 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


庄琦 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

sevenOnClass commented 5 years ago

it seems the issue has been resolved