r-plus

Results 22 issues of r-plus

DTPageController currently using fixed color `UIColor.blue`. I want to change that color for support iOS 13 darkmode.

hi @onmyway133 https://developer.apple.com/forums/thread/666434 since Xcode 12.2 (and BigSur?), must explicitly link / embed & sign the XcodeKit framework to work.

* carthage install method: [ ] .pkg, [x] homebrew, [ ] source * `which carthage`: `/usr/local/bin/carthage` * `carthage version`: 0.37.0 and 0.38.0 * `xcodebuild -version`: ``` Xcode 12.5.1 Build version...

bug

We should write all of the `YourClientInterceptorFactoryProtocol` protocol defined methods for gRPC like this. ``` public class AtlantisInterceptorFactory: MyClientInterceptorFactoryProtocol { public func makeAInterceptors() -> [ClientInterceptor] { [AtlantisInterceptor()] } public func...

What are the steps to reproduce this issue? ------------------------------------------- 1. build any binary (dylib, bundle etc) for arm64e by Xcode 12 with minimum deployment version lower than 14.0 2. check...

When I recently update theos and all submodules to latest commit, some my project will display logos preprocessing error. What are the steps to reproduce this issue? ------------------------------------------- 1. put...

I found issue that could not get `cells: [CollectionViewCell]?` property in CollectionView because key for content view is change from `view` to `collectionViewCellContentView` since Xcode 11 https://github.com/IBDecodable/IBDecodable/blob/master/Sources/Models/Views/ScrollViews/CollectionView.swift#L264 ## ~Xcode 10...

bug

Current re-signing Xcode step is for disable "Library Validation" feature since Xcode 8. This is codesing information original Xcode and re-signed Xcode. #### original 12.4 ``` Executable=/Applications/Xcode_12.4.app/Contents/MacOS/Xcode Identifier=com.apple.dt.Xcode Format=app bundle...

### How to reproduce 1. Scroll up or down 2. Start gesture while inertial scrolling ### Env - iOS 16.0.2 - svadilfari v1.2.0

**What would you like Renovate to be able to do?** We try to create PR for CocoaPods managed dependency, but renovate display error like this. ``` { "artifactErrors": [ {...

type:feature
priority-3-medium
status:requirements