From 5ea148b99a222fca6acd260ad1fea8a5babe0ba7 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 29 Nov 2021 17:33:36 +0100 Subject: [PATCH] NSE target: Handle new MatrixKit location. --- RiotNSE/target.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RiotNSE/target.yml b/RiotNSE/target.yml index 84aa3f64b..f01b619a3 100644 --- a/RiotNSE/target.yml +++ b/RiotNSE/target.yml @@ -61,3 +61,7 @@ targets: - path: ../Riot/Categories/Character.swift - path: ../Riot/Managers/Widgets/WidgetConstants.m - path: ../Riot/PropertyWrappers/UserDefaultsBackedPropertyWrapper.swift + - path: ../Riot/Modules/MatrixKit + excludes: + - "**/*.md" # excludes all files with the .md extension + - path: ../Riot/Generated/MatrixKitStrings.swift