Michael Bachand

Results 15 issues of Michael Bachand

When we can support Xcode 12 in CI let's add an example of multiple App Clips, so we can learn how that will work.

This issue is a follow-up to https://github.com/airbnb/BuckSample/pull/92. It takes https://github.com/airbnb/BuckSample/issues/95 one step further by verifying that the app actually _runs_ in CI. This can be thought of as a launch...

## Status We are seeing the following in the CI logs, even though CI passes. We should resolve this before merging. ``` Falling back to contents of entitlements file "XCUITestsHostAppBinary.entitlements"...

I spent a few minutes on this and I can't figure it out. I ran `make debug`, and then tried opening a Watch simulator via the "Hardware" menu of the...

This issue is a follow-up to https://github.com/airbnb/BuckSample/pull/92. It takes https://github.com/airbnb/BuckSample/issues/93 one step further by verifying that the app actually _runs_ in CI. This can be thought of as a launch...

This issue is a follow-up to https://github.com/airbnb/BuckSample/pull/92. It verifies that the app successfully installs to the simulator when built via a Buck-generated Xcode project.

This issue is a follow-up to https://github.com/airbnb/BuckSample/pull/92 to verify the `make debug` successfully installs the app to the simulator.

Inspired by https://github.com/dfed/CacheAdvance/pull/42#discussion_r415180088. **Goals** - Ensure that changes to this library don't break building and testing with `swift` directly. **Non-Goals** - Test all OS configurations using `swift`. We can continue...

enhancement

The current version of TITokenField on CocoaPods is from six months ago. Even if TITokenField isn't ready for a 1.0 release, it would be great to have some of the...

Enhancement

Today `generate_woke_config` [creates](https://github.com/airbnb/inclusion/blob/28b52f1f1eeca86114083eaec241aeff34aec409/generate_woke_config#L42) a new set of rules that are named `airbnb-0`, `airbnb-1`, etc. We should prefer human-readable names instead, like `airbnb-whitelist`, `airbnb-dummy`, as those names are easier to use...