From 4fbed17a8a189f471892224b3b7ededd31c1dde1 Mon Sep 17 00:00:00 2001 From: Morten Daniel Fornes Date: Sat, 30 Jun 2018 22:27:32 +0800 Subject: [PATCH] Fuse.Platform: make internals visible to Fuse.Entities Otherwise we'll get build errors when using this package on mobile. Fuse.Entities are using Fuse.Platform.SystemUI.FrameChanged here: https://github.com/fuse-open/Fuse.Entities/blob/master/src/Scene.uno#L9 --- Source/Fuse.Platform/Fuse.Platform.unoproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Fuse.Platform/Fuse.Platform.unoproj b/Source/Fuse.Platform/Fuse.Platform.unoproj index 74931b029..b3ec87410 100644 --- a/Source/Fuse.Platform/Fuse.Platform.unoproj +++ b/Source/Fuse.Platform/Fuse.Platform.unoproj @@ -12,6 +12,7 @@ "Fuse.Controls.Panels", "Fuse.Controls.WebView", "Fuse.Elements", + "Fuse.Entities", "Fuse.iOS", "Fuse.Nodes", "Fuse.Reactive.Expressions",