Jenn Magder

Results 61 issues of Jenn Magder

Building these binaries and their dependencies with both architectures will allow the binaries to run natively on either x64 or arm64 developer Macs. `./autogen.sh` in the ios_usb_dependencies recipe is called...

platform-ios
P2

On native iOS Xcode build test failures upload the xcresult bundle to the logs location so we can open it in Xcode and see the screenshots, etc. This is possible...

platform-ios
package
P2
team-ios
triaged-ios

Umbrella issue to track the work to support privacy manifests (xcprivacy) across the engine, packages, 3p packages, tooling, etc. From https://github.com/flutter/flutter/issues/131494: Introduced in Xcode 15, Apple is now flagging specific...

P1
a: plugins
team-ios
triaged-ios

On an arm64 Apple Silicon Mac, the published `gen_snapshot_*` binaries are `x86_64` and therefore run with Rosetta translation. ``` ./darwin-x64-profile/gen_snapshot_arm64: Mach-O 64-bit executable x86_64 ./darwin-x64-profile/gen_snapshot_x64: Mach-O 64-bit executable x86_64 ./darwin-x64-profile/gen_snapshot:...

engine
platform-mac
P3
team-engine
triaged-engine

Add `--ab-local-engine-only` flag to change A/B benchmark aggregate behavior to instead run the number of tasks specified with the local engine only, not the default engine. This is useful when...

On top of https://github.com/flutter/flutter/pull/146481 (which updates templates and fixes the chromium branch name) I ran the [keycode generator](https://github.com/flutter/flutter/tree/master/dev/tools/gen_keycodes), and it produced updates. Includes new codes: - KeyboardBacklightToggle - Dictate -...

a: text input
framework
engine
team-text-input

1. Change chromium default branch from master (404) to main. 2. When I migrated the template to ARC is triggered a `-Wobjc-redundant-literal-use` error, so fix that. Engine PR is https://github.com/flutter/engine/pull/51981...

a: text input

1. Instead of getting the `FULL_PRODUCT_NAME` Xcode build setting (`Runner.app`) instead use `PRODUCT_NAME` since most places really want the product name, and the extension stripping wasn't correct when the name...

platform-ios
tool

Add ffi sample code and instructions for an iOS app. See https://github.com/flutter/flutter/issues/116950#issuecomment-1371433185 for confusion for how to practically implement this. cc @dcharkes

The Flutter pod has transferred owners (thank you for your help with that!) and all versions were deleted and re-pushed. The old podspecs had source :git and the new podspecs...