From ab868b14264bf4e343b11d8a16887299141ac24b Mon Sep 17 00:00:00 2001 From: SushiHangover Date: Mon, 23 Nov 2015 10:15:26 -0800 Subject: [PATCH] Fix missing reference to maccore CoreAnimation/CAEmitterCell.cs --- src/Make.shared | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Make.shared b/src/Make.shared index 986ff2886..963a26e9b 100644 --- a/src/Make.shared +++ b/src/Make.shared @@ -41,6 +41,7 @@ SHARED_SOURCE = \ ./AVFoundation/AVLayerVideoGravity.cs \ ./AVFoundation/AVAssetReaderVideoCompositionOutput.cs \ ./CoreAnimation/CADefs.cs \ + ./CoreAnimation/CAEmitterCell.cs \ ./CoreAnimation/CALayer.cs \ ./CoreAnimation/CATextLayer.cs \ ./CoreAnimation/CAMediaTimingFunction.cs \