From 9f6ceb11b607667a6134e0c27745f3d276d5a8e5 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 14 Sep 2023 09:54:40 +0800 Subject: [PATCH] add macOS and uberz material to pubspec --- pubspec.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 0b66ad02..dba9ccea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,6 +28,9 @@ ffigen: - 'ios/include/PolyvoxFilamentApi.h' flutter: + assets: + - assets/materials.uberz + - assets/materials_ios_arm64.uberz plugin: platforms: android: @@ -35,6 +38,8 @@ flutter: package: app.polyvox.filament ios: pluginClass: SwiftPolyvoxFilamentPlugin + macos: + pluginClass: SwiftPolyvoxFilamentPlugin windows: pluginClass: PolyvoxFilamentPlugin linux: