diff --git a/RiotNSE/target.yml b/RiotNSE/target.yml index 88dde20ff..c7e96ba9a 100644 --- a/RiotNSE/target.yml +++ b/RiotNSE/target.yml @@ -65,4 +65,4 @@ targets: excludes: - "**/*.md" # excludes all files with the .md extension - path: ../Riot/Generated/MatrixKitStrings.swift - - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellStyle.swift + - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineStyle.swift diff --git a/RiotShareExtension/target.yml b/RiotShareExtension/target.yml index d427bd75d..b5028d6c6 100644 --- a/RiotShareExtension/target.yml +++ b/RiotShareExtension/target.yml @@ -72,4 +72,4 @@ targets: excludes: - "**/*.md" # excludes all files with the .md extension - path: ../Riot/Generated/MatrixKitStrings.swift - - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellStyle.swift + - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineStyle.swift diff --git a/RiotTests/target.yml b/RiotTests/target.yml index fc7443941..771ce726e 100644 --- a/RiotTests/target.yml +++ b/RiotTests/target.yml @@ -64,4 +64,4 @@ targets: - path: ../Riot/Managers/EncryptionKeyManager/EncryptionKeyManager.swift - path: ../Riot/Managers/KeyValueStorage/ - path: ../Riot/PropertyWrappers/UserDefaultsBackedPropertyWrapper.swift - - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellStyle.swift + - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineStyle.swift diff --git a/SiriIntents/target.yml b/SiriIntents/target.yml index cc71dacd7..c5da8212f 100644 --- a/SiriIntents/target.yml +++ b/SiriIntents/target.yml @@ -54,4 +54,4 @@ targets: excludes: - "**/*.md" # excludes all files with the .md extension - path: ../Riot/Generated/MatrixKitStrings.swift - - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellStyle.swift + - path: ../Riot/Modules/Room/Views/BubbleCells/RoomTimelineStyle.swift