Frolicher

Results 5 issues of Frolicher

Hello We use multiple info.plist file based on configuration. Tuist seems to use only one info.plist file per target. So i try to specify them from xcconfig files. INFOPLIST_FILE property...

What do you thinks about adding something like `combineLatest` function ? This could be really useful when handling 2 or more observable values. Like that ```swift Observable.combine([observables]) { (values, oldValues)...

Hello, Test bundle seems to be broken. I can't find it in _Pod.project or Observable_Example.xcodeproj A good reason to keep the auto generate pod format? We could just have a...

Hi, Is a skip method possible ? This could simplify unit test and some edge case where first or more value must be ignore. First I can simply change ```swift...

Hi guy, We are using Fastlane for the whole project CI. Maybe I miss something but we can't use `xcode_install` lane, if the account specified in AppFile apple_id("[email protected]") has 2FA...