Luis Padron
Luis Padron
**Describe the bug** When importing `AppCenterDistribute` from the `AppCenter` [package](https://github.com/microsoft/appcenter-sdk-apple) there are a number of errors: 1. It looks like we're parsing the option [here](https://github.com/microsoft/appcenter-sdk-apple/blob/develop/Package.swift#L34) incorrectly as `APP_CENTER_C_VERSION="4.4.1"` in the...
## Context 🕵️♀️ As a follow-up to https://github.com/tuist/tuist/pull/2835 we'd like to make finding your builds a bit easier. ## What 🌱 Xcode places builds in an obscure directory under `~/Library/Developer/Xcode/DerivedData/Project-HASH/Build/Products`...
## Context 🕵️♀️ Whenever a new feature acceptance test is added the [workflows/tuist.yml](https://github.com/tuist/tuist/blob/main/.github/workflows/tuist.yml) must be manually modified such that the acceptance test is added. This is error prone and allows...
#### Environment details 1. Specify the API at the beginning of the title: GoogleMaps 2. OS type and version: macOS 11.6.1 3. Library version and other environment information: XCode 13.2...
## Summary Currently `rules_ios` support is limited. There are some assumptions both `rules_xcodeproj` and `rules_ios` make. At the moment I'm attempting to generate a project with a single static framework...
Closes #594 This PR adds the `iPhone13`, `iPhone13Pro` and `iPhone13ProMax` devices for snapshot testing and adds a missing `iPhone12Pro` configuration. I took the numbers for device config from: https://useyourloaf.com/blog/iphone-13-screen-sizes I...
Given a `macos_application` with a `name = "Foo.app"`, when running `bazel run //:Foo.app` it will fail. I ran the script it creates to run the app and noticed: ``` [1]...
The rule was implemented with only Swift support. We should support objective-c if possible as well.
### Description I have a `macos_dynamic_framework` target we use for distribution, this works fine for normal builds in BwB but when trying to use previews we get the following error:...