Marc Palmer

Results 28 comments of Marc Palmer

Primary emphasis for 1.0 is iOS so we'll make sure everything is covered there for now, and come back to the others later when we have test harness apps for...

This depends on being able to create an `INShortcut` from either an `INIntent` or an `NSUserActivity`. So we need the `intentFor(input:)` mechanism or similar to support the `INIntent` variant, and...

We need a way to describe the shortcut roles and relevance providers: * roles: action or information * relevance: date(start/end), daily routine (morn/eve/work/home/gym/school), locaion (region) Also the optional `INDefaultCardTemplate` is...

The tricky part here is Action does not know about the current ActionContext. This means an extension func to implement the above will not have access to the loggers. So...

Not possible so far because we can't add a default initialiser to the actions that takes all the values and stores them - we need the stored properties to do...

I'm going to try something I think that will work better. A new view that allows framebuffer size of screen, and also acts as container for the view to curl...

On 12 Mar 2013, at 19:05, MobileVet [email protected] wrote: > First off, let me say this is a great library with a beautiful resulting transform. Thanks for being so thorough...

I also expected it to work like this. Having to duplicate the `increment_build_number_in_xcodeproj` for every target seems crazy, as well as error-prone in case there's ever an issue where one...

On a quick scan it actually looks like it _should_ be doing this: https://github.com/SiarheiFedartsou/fastlane-plugin-versioning/blob/feaaff936cd825bd32a2ce8860151ed1591e3d9e/lib/fastlane/plugin/versioning/actions/increment_build_number_in_xcodeproj.rb#L33 ...but if at first if I didn't pass a target in to the action, I got...