Skip to content

Commit 31c491f

Browse files
Fix genui_a2ui example app build for iOS and MacOS (#579)
1 parent 9280fc0 commit 31c491f

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

packages/genui_a2ui/example/.metadata

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,23 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "bff5cb4a90f1bc1e24fff1eef39ee2596917c07b"
8-
channel: "main"
7+
revision: "6c794842101b5805e74774cce9f1fdb49cbcd13c"
8+
channel: "beta"
99

1010
project_type: app
1111

1212
# Tracks metadata for the flutter migrate command
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: bff5cb4a90f1bc1e24fff1eef39ee2596917c07b
17-
base_revision: bff5cb4a90f1bc1e24fff1eef39ee2596917c07b
16+
create_revision: 6c794842101b5805e74774cce9f1fdb49cbcd13c
17+
base_revision: 6c794842101b5805e74774cce9f1fdb49cbcd13c
18+
- platform: ios
19+
create_revision: 6c794842101b5805e74774cce9f1fdb49cbcd13c
20+
base_revision: 6c794842101b5805e74774cce9f1fdb49cbcd13c
1821
- platform: macos
19-
create_revision: bff5cb4a90f1bc1e24fff1eef39ee2596917c07b
20-
base_revision: bff5cb4a90f1bc1e24fff1eef39ee2596917c07b
22+
create_revision: 6c794842101b5805e74774cce9f1fdb49cbcd13c
23+
base_revision: 6c794842101b5805e74774cce9f1fdb49cbcd13c
2124

2225
# User provided section
2326

packages/genui_a2ui/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/genui_a2ui/example/ios/Runner.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright 2025 The Flutter Authors.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
#import "GeneratedPluginRegistrant.h"

packages/genui_a2ui/example/macos/Runner.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)