Skip to content

Commit b3898a9

Browse files
bodymovinluigi-rosso
andcommitted
Working on option C for update cycle
https://2dimensions.slack.com/archives/C078KG6KAJY/p1729359775985179 Diffs= aa20d8aad4 Working on option C for update cycle (#8409) 1d5a580041 Layout Fixes (#8468) d60ea4cc71 Use imageAsset size for layout (#8462) f5e5406185 Fix inconsistent layout overflow behavior (#8463) ce39f8be9f Artboard object validation (#8464) bdb9eb01db search for ios sysroot only when necessary (#8437) 91d092f4fc runtime: add support for gradients in vector n-slicer (#8447) 5a4418dba6 Add an experimental "clockwiseAtomic" rendering mode (#8442) 78adb5f60b Ensure LayoutComponent doesnt try to access bg path if layout not compiled in (#8453) 4c83df9b7a Updating to latest harfbuzz for coretext issue (#8443) Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
1 parent 5ae5403 commit b3898a9

File tree

17 files changed

+237
-28
lines changed

17 files changed

+237
-28
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5297cf0cc25ef5b45d438dddaefb2ac52cb8c4a1
1+
aa20d8aad42d5c832b6c96dfdce2b57bae18fdf9

example/macos/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
**/Pods/
44

55
# Xcode-related
6+
**/dgph
67
**/xcuserdata/

example/macos/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ target 'Runner' do
3131
use_modular_headers!
3232

3333
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
34+
target 'RunnerTests' do
35+
inherit! :search_paths
36+
end
3437
end
3538

3639
post_install do |installer|

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 205 additions & 23 deletions
Large diffs are not rendered by default.

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
</BuildableReference>
3838
</MacroExpansion>
3939
<Testables>
40+
<TestableReference
41+
skipped = "NO"
42+
parallelizable = "YES">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "331C80D4294CF70F00263BE5"
46+
BuildableName = "RunnerTests.xctest"
47+
BlueprintName = "RunnerTests"
48+
ReferencedContainer = "container:Runner.xcodeproj">
49+
</BuildableReference>
50+
</TestableReference>
4051
</Testables>
4152
</TestAction>
4253
<LaunchAction
54.7 KB
Loading
2.35 KB
Loading
-909 Bytes
Loading
8.02 KB
Loading
-177 Bytes
Loading

0 commit comments

Comments
 (0)