Ricky Tan

Results 5 issues of Ricky Tan

打个小广告:https://xcoder.tips/gpu-utilization/

which version of `PCL` did you use? I use **1.6.0** on _VS2010_, and it raise a compilation error on **LINE 103**, **FILE** `IntegrateApp.cpp`

``` bash: line 56: syntax error near unexpected token `then' bash: line 56: `f [ ! "$key" == 'y' ]; then' ```

![image](https://user-images.githubusercontent.com/1250207/45557315-e1902100-b86f-11e8-94b3-3adbd75e330e.png) The version on https://cocoapods.org is out of date, please push the latest version

To support the following form of usage: (`str` is a instance of `NSString *`) * `@keypath(str, lowercaseString.UTF8String)` * `@keypath(NSString *, lowercaseString.UTF8String)` * `@keypath(NSString.new, lowercaseString.UTF8String)`