diff --git a/Riot/Categories/MXKRoomBubbleTableViewCell+Riot.m b/Riot/Categories/MXKRoomBubbleTableViewCell+Riot.m index 11a0fa5a1..d5b58eb11 100644 --- a/Riot/Categories/MXKRoomBubbleTableViewCell+Riot.m +++ b/Riot/Categories/MXKRoomBubbleTableViewCell+Riot.m @@ -20,7 +20,7 @@ #import "RoomBubbleCellData.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import diff --git a/Riot/Categories/MXRoomSummary+Riot.m b/Riot/Categories/MXRoomSummary+Riot.m index 7a83d1d40..3ad3bef65 100644 --- a/Riot/Categories/MXRoomSummary+Riot.m +++ b/Riot/Categories/MXRoomSummary+Riot.m @@ -19,11 +19,7 @@ #import "AvatarGenerator.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @implementation MXRoomSummary (Riot) diff --git a/Riot/Categories/MXSession+Riot.m b/Riot/Categories/MXSession+Riot.m index 901c58406..51a2b3db9 100644 --- a/Riot/Categories/MXSession+Riot.m +++ b/Riot/Categories/MXSession+Riot.m @@ -17,7 +17,7 @@ #import "MXSession+Riot.h" #import "MXRoom+Riot.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation MXSession (Riot) diff --git a/Riot/Categories/UIViewController+RiotSearch.m b/Riot/Categories/UIViewController+RiotSearch.m index 73b14b55f..09b7896b3 100644 --- a/Riot/Categories/UIViewController+RiotSearch.m +++ b/Riot/Categories/UIViewController+RiotSearch.m @@ -20,7 +20,7 @@ #import #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" /** `UIViewControllerRiotSearchInternals` is the internal single point storage for the search feature. diff --git a/Riot/Common.xcconfig b/Riot/Common.xcconfig index 312fc83fe..b25a82689 100644 --- a/Riot/Common.xcconfig +++ b/Riot/Common.xcconfig @@ -30,3 +30,5 @@ CODE_SIGN_ENTITLEMENTS = Riot/SupportingFiles/Riot.entitlements SWIFT_OBJC_BRIDGING_HEADER = $(SRCROOT)/$(PRODUCT_NAME)/SupportingFiles/Riot-Bridging-Header.h LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/Riot/Managers/Analytics/Analytics.m b/Riot/Managers/Analytics/Analytics.m index cb7062932..6bf7269b8 100644 --- a/Riot/Managers/Analytics/Analytics.m +++ b/Riot/Managers/Analytics/Analytics.m @@ -16,7 +16,7 @@ #import "Analytics.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" NSString *const AnalyticsNoficationsCategory = @"notifications"; diff --git a/Riot/Managers/AppInfo/BuildInfo.m b/Riot/Managers/AppInfo/BuildInfo.m index a1dbffe14..525088caa 100644 --- a/Riot/Managers/AppInfo/BuildInfo.m +++ b/Riot/Managers/AppInfo/BuildInfo.m @@ -16,11 +16,7 @@ #import "BuildInfo.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" #define MAKE_STRING(x) #x #define MAKE_NS_STRING(x) @MAKE_STRING(x) diff --git a/Riot/Managers/BugReport/RageShakeManager.m b/Riot/Managers/BugReport/RageShakeManager.m index 13bd5c985..a0357d046 100644 --- a/Riot/Managers/BugReport/RageShakeManager.m +++ b/Riot/Managers/BugReport/RageShakeManager.m @@ -23,7 +23,7 @@ #import -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" static RageShakeManager* sharedInstance = nil; diff --git a/Riot/Managers/PushNotification/PushNotificationService.m b/Riot/Managers/PushNotification/PushNotificationService.m index 24ab4246d..fc6eab47d 100644 --- a/Riot/Managers/PushNotification/PushNotificationService.m +++ b/Riot/Managers/PushNotification/PushNotificationService.m @@ -20,7 +20,7 @@ #import #import -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface PushNotificationService() diff --git a/Riot/Managers/Theme/ThemeService.m b/Riot/Managers/Theme/ThemeService.m index 175ab5f64..b205bbb6d 100644 --- a/Riot/Managers/Theme/ThemeService.m +++ b/Riot/Managers/Theme/ThemeService.m @@ -18,11 +18,7 @@ #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" NSString *const kThemeServiceDidChangeThemeNotification = @"kThemeServiceDidChangeThemeNotification"; diff --git a/Riot/Managers/Widgets/WidgetManager.m b/Riot/Managers/Widgets/WidgetManager.m index 416d5f4f6..1e6fbaa7c 100644 --- a/Riot/Managers/Widgets/WidgetManager.m +++ b/Riot/Managers/Widgets/WidgetManager.m @@ -17,7 +17,7 @@ #import "WidgetManager.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "JitsiWidgetData.h" #import "MXSession+Riot.h" diff --git a/Riot/Modules/Application/LegacyAppDelegate.m b/Riot/Modules/Application/LegacyAppDelegate.m index 6b9816643..75060f84b 100644 --- a/Riot/Modules/Application/LegacyAppDelegate.m +++ b/Riot/Modules/Application/LegacyAppDelegate.m @@ -55,7 +55,7 @@ #import "MXSession+Riot.h" #import "MXRoom+Riot.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "PushNotificationService.h" //#define MX_CALL_STACK_OPENWEBRTC diff --git a/Riot/Modules/Authentication/AuthenticationViewController.m b/Riot/Modules/Authentication/AuthenticationViewController.m index d40090c3d..de5eadc32 100644 --- a/Riot/Modules/Authentication/AuthenticationViewController.m +++ b/Riot/Modules/Authentication/AuthenticationViewController.m @@ -18,15 +18,13 @@ #import "AuthenticationViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXSession+Riot.h" #import "AuthInputsView.h" #import "ForgotPasswordInputsView.h" #import "AuthFallBackViewController.h" -#import "Riot-Swift.h" - static const CGFloat kAuthInputContainerViewMinHeightConstraintConstant = 150.0; @interface AuthenticationViewController () -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface AuthInputsView : MXKAuthInputsView diff --git a/Riot/Modules/Authentication/Views/ForgotPasswordInputsView.m b/Riot/Modules/Authentication/Views/ForgotPasswordInputsView.m index 01fa1f500..9173043f7 100644 --- a/Riot/Modules/Authentication/Views/ForgotPasswordInputsView.m +++ b/Riot/Modules/Authentication/Views/ForgotPasswordInputsView.m @@ -19,7 +19,7 @@ #import "MXHTTPOperation.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface ForgotPasswordInputsView () diff --git a/Riot/Modules/BugReport/BugReportViewController.m b/Riot/Modules/BugReport/BugReportViewController.m index 01b04e110..e43ec06d7 100644 --- a/Riot/Modules/BugReport/BugReportViewController.m +++ b/Riot/Modules/BugReport/BugReportViewController.m @@ -16,7 +16,7 @@ #import "BugReportViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "GBDeviceInfo_iOS.h" diff --git a/Riot/Modules/Call/CallViewController.m b/Riot/Modules/Call/CallViewController.m index 3a448e0b0..bb702ad15 100644 --- a/Riot/Modules/Call/CallViewController.m +++ b/Riot/Modules/Call/CallViewController.m @@ -18,7 +18,7 @@ #import "CallViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "AvatarGenerator.h" diff --git a/Riot/Modules/Call/Views/IncomingCallView.m b/Riot/Modules/Call/Views/IncomingCallView.m index e56e2f513..9da231175 100644 --- a/Riot/Modules/Call/Views/IncomingCallView.m +++ b/Riot/Modules/Call/Views/IncomingCallView.m @@ -22,7 +22,7 @@ #import "CircleButton.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" static const CGFloat kAvatarSize = 100.0; static const CGFloat kButtonSize = 80.0; diff --git a/Riot/Modules/CallTransfer/SelectContact/MatrixContactsDataSource.m b/Riot/Modules/CallTransfer/SelectContact/MatrixContactsDataSource.m index b86ecf711..1fb9e8d29 100644 --- a/Riot/Modules/CallTransfer/SelectContact/MatrixContactsDataSource.m +++ b/Riot/Modules/CallTransfer/SelectContact/MatrixContactsDataSource.m @@ -16,7 +16,7 @@ #import "MatrixContactsDataSource.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation MatrixContactsDataSource diff --git a/Riot/Modules/Common/Recents/DataSources/RecentsDataSource.m b/Riot/Modules/Common/Recents/DataSources/RecentsDataSource.m index 9942f883f..82b5823b2 100644 --- a/Riot/Modules/Common/Recents/DataSources/RecentsDataSource.m +++ b/Riot/Modules/Common/Recents/DataSources/RecentsDataSource.m @@ -26,7 +26,7 @@ #import "MXSession+Riot.h" #import "NSArray+Element.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #define RECENTSDATASOURCE_SECTION_DIRECTORY 0x01 #define RECENTSDATASOURCE_SECTION_INVITES 0x02 diff --git a/Riot/Modules/Common/Recents/Model/RecentCellData.m b/Riot/Modules/Common/Recents/Model/RecentCellData.m index be2d88d47..9697b85ea 100644 --- a/Riot/Modules/Common/Recents/Model/RecentCellData.m +++ b/Riot/Modules/Common/Recents/Model/RecentCellData.m @@ -20,11 +20,7 @@ #import "MXRoom+Riot.h" #import "MatrixSDK-Swift.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @implementation RecentCellData diff --git a/Riot/Modules/Common/Recents/RecentsViewController.m b/Riot/Modules/Common/Recents/RecentsViewController.m index f47f08a9d..3964ae1c7 100644 --- a/Riot/Modules/Common/Recents/RecentsViewController.m +++ b/Riot/Modules/Common/Recents/RecentsViewController.m @@ -32,7 +32,7 @@ #import "DirectoryRecentTableViewCell.h" #import "RoomIdOrAliasTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewControllerDataReadyNotification"; diff --git a/Riot/Modules/Common/Recents/Views/RecentTableViewCell.m b/Riot/Modules/Common/Recents/Views/RecentTableViewCell.m index 0d540399b..6b2df4055 100644 --- a/Riot/Modules/Common/Recents/Views/RecentTableViewCell.m +++ b/Riot/Modules/Common/Recents/Views/RecentTableViewCell.m @@ -23,7 +23,7 @@ #import "MXRoom+Riot.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoomSummary+Riot.h" diff --git a/Riot/Modules/Common/SegmentedViewController/SegmentedViewController.m b/Riot/Modules/Common/SegmentedViewController/SegmentedViewController.m index 8480205af..2b17874d8 100644 --- a/Riot/Modules/Common/SegmentedViewController/SegmentedViewController.m +++ b/Riot/Modules/Common/SegmentedViewController/SegmentedViewController.m @@ -19,11 +19,7 @@ #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @interface SegmentedViewController () { diff --git a/Riot/Modules/Common/WebViewController/WebViewViewController.m b/Riot/Modules/Common/WebViewController/WebViewViewController.m index afb11bc6f..4826219ec 100644 --- a/Riot/Modules/Common/WebViewController/WebViewViewController.m +++ b/Riot/Modules/Common/WebViewController/WebViewViewController.m @@ -15,7 +15,7 @@ */ #import "WebViewViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface WebViewViewController () { diff --git a/Riot/Modules/Communities/DataSources/GroupsDataSource.m b/Riot/Modules/Communities/DataSources/GroupsDataSource.m index 68aa32588..69b0100f5 100644 --- a/Riot/Modules/Communities/DataSources/GroupsDataSource.m +++ b/Riot/Modules/Communities/DataSources/GroupsDataSource.m @@ -15,7 +15,7 @@ */ #import "GroupsDataSource.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface GroupsDataSource() diff --git a/Riot/Modules/Communities/GroupsViewController.m b/Riot/Modules/Communities/GroupsViewController.m index 916c344ee..23cc6a6d4 100644 --- a/Riot/Modules/Communities/GroupsViewController.m +++ b/Riot/Modules/Communities/GroupsViewController.m @@ -19,7 +19,7 @@ #import "GroupTableViewCell.h" #import "GroupInviteTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface GroupsViewController () { diff --git a/Riot/Modules/Communities/Home/GroupHomeViewController.m b/Riot/Modules/Communities/Home/GroupHomeViewController.m index 5fbfbf82e..42825da70 100644 --- a/Riot/Modules/Communities/Home/GroupHomeViewController.m +++ b/Riot/Modules/Communities/Home/GroupHomeViewController.m @@ -17,7 +17,7 @@ #import "GroupHomeViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "ThemeService.h" #import "Tools.h" diff --git a/Riot/Modules/Communities/Members/GroupParticipantsViewController.m b/Riot/Modules/Communities/Members/GroupParticipantsViewController.m index f46a9cf72..7be31d255 100644 --- a/Riot/Modules/Communities/Members/GroupParticipantsViewController.m +++ b/Riot/Modules/Communities/Members/GroupParticipantsViewController.m @@ -16,7 +16,7 @@ #import "GroupParticipantsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "Contact.h" #import "ContactTableViewCell.h" diff --git a/Riot/Modules/Communities/Rooms/GroupRoomsViewController.m b/Riot/Modules/Communities/Rooms/GroupRoomsViewController.m index 019d34c6d..cabf6cdde 100644 --- a/Riot/Modules/Communities/Rooms/GroupRoomsViewController.m +++ b/Riot/Modules/Communities/Rooms/GroupRoomsViewController.m @@ -16,7 +16,7 @@ #import "GroupRoomsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "GroupRoomTableViewCell.h" diff --git a/Riot/Modules/Communities/Rooms/Views/GroupRoomTableViewCell.m b/Riot/Modules/Communities/Rooms/Views/GroupRoomTableViewCell.m index 0f11758c8..80d84a128 100644 --- a/Riot/Modules/Communities/Rooms/Views/GroupRoomTableViewCell.m +++ b/Riot/Modules/Communities/Rooms/Views/GroupRoomTableViewCell.m @@ -20,7 +20,7 @@ #import "AvatarGenerator.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation GroupRoomTableViewCell diff --git a/Riot/Modules/Communities/TabDetail/GroupDetailsViewController.m b/Riot/Modules/Communities/TabDetail/GroupDetailsViewController.m index c36120cc4..28e7e64de 100644 --- a/Riot/Modules/Communities/TabDetail/GroupDetailsViewController.m +++ b/Riot/Modules/Communities/TabDetail/GroupDetailsViewController.m @@ -20,7 +20,7 @@ #import "GroupParticipantsViewController.h" #import "GroupRoomsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface GroupDetailsViewController () { diff --git a/Riot/Modules/Communities/Views/GroupInviteTableViewCell.m b/Riot/Modules/Communities/Views/GroupInviteTableViewCell.m index cd3c635cc..87b965266 100644 --- a/Riot/Modules/Communities/Views/GroupInviteTableViewCell.m +++ b/Riot/Modules/Communities/Views/GroupInviteTableViewCell.m @@ -17,7 +17,7 @@ #import "GroupInviteTableViewCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #pragma mark - Constant definitions diff --git a/Riot/Modules/Communities/Views/GroupTableViewCell.m b/Riot/Modules/Communities/Views/GroupTableViewCell.m index 313b01ac2..029a8cb0e 100644 --- a/Riot/Modules/Communities/Views/GroupTableViewCell.m +++ b/Riot/Modules/Communities/Views/GroupTableViewCell.m @@ -17,7 +17,7 @@ #import "GroupTableViewCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXGroup+Riot.h" diff --git a/Riot/Modules/Contacts/ContactsTableViewController.m b/Riot/Modules/Contacts/ContactsTableViewController.m index adbc1f9e9..4cd487068 100644 --- a/Riot/Modules/Contacts/ContactsTableViewController.m +++ b/Riot/Modules/Contacts/ContactsTableViewController.m @@ -20,7 +20,7 @@ #import "UIViewController+RiotSearch.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #define CONTACTS_TABLEVC_LOCALCONTACTS_BITWISE 0x01 #define CONTACTS_TABLEVC_USERDIRECTORY_BITWISE 0x02 diff --git a/Riot/Modules/Contacts/DataSources/ContactsDataSource.m b/Riot/Modules/Contacts/DataSources/ContactsDataSource.m index 15d0b6238..c7d1692bd 100644 --- a/Riot/Modules/Contacts/DataSources/ContactsDataSource.m +++ b/Riot/Modules/Contacts/DataSources/ContactsDataSource.m @@ -21,7 +21,7 @@ #import "LocalContactsSectionHeaderContainerView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #define CONTACTSDATASOURCE_LOCALCONTACTS_BITWISE 0x01 #define CONTACTSDATASOURCE_USERDIRECTORY_BITWISE 0x02 diff --git a/Riot/Modules/Contacts/Details/ContactDetailsViewController.m b/Riot/Modules/Contacts/Details/ContactDetailsViewController.m index e26c94ab1..4226a8e89 100644 --- a/Riot/Modules/Contacts/Details/ContactDetailsViewController.m +++ b/Riot/Modules/Contacts/Details/ContactDetailsViewController.m @@ -18,7 +18,7 @@ #import "ContactDetailsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXSession+Riot.h" #import "RoomMemberTitleView.h" diff --git a/Riot/Modules/Contacts/Details/Views/RoomTableViewCell.m b/Riot/Modules/Contacts/Details/Views/RoomTableViewCell.m index cf6fcaee2..22036093c 100644 --- a/Riot/Modules/Contacts/Details/Views/RoomTableViewCell.m +++ b/Riot/Modules/Contacts/Details/Views/RoomTableViewCell.m @@ -18,7 +18,7 @@ #import "RoomTableViewCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoomSummary+Riot.h" diff --git a/Riot/Modules/Contacts/Views/ContactTableViewCell.m b/Riot/Modules/Contacts/Views/ContactTableViewCell.m index 0a79aba0d..c07d2f33e 100644 --- a/Riot/Modules/Contacts/Views/ContactTableViewCell.m +++ b/Riot/Modules/Contacts/Views/ContactTableViewCell.m @@ -20,7 +20,7 @@ #import #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "AvatarGenerator.h" #import "Tools.h" diff --git a/Riot/Modules/EncryptionInfo/EncryptionInfoView.m b/Riot/Modules/EncryptionInfo/EncryptionInfoView.m index a8a91125f..da56f1b66 100644 --- a/Riot/Modules/EncryptionInfo/EncryptionInfoView.m +++ b/Riot/Modules/EncryptionInfo/EncryptionInfoView.m @@ -18,7 +18,7 @@ #import "EncryptionInfoView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface EncryptionInfoView() { diff --git a/Riot/Modules/Favorites/FavouritesViewController.m b/Riot/Modules/Favorites/FavouritesViewController.m index 2d2eca941..12f129d68 100644 --- a/Riot/Modules/Favorites/FavouritesViewController.m +++ b/Riot/Modules/Favorites/FavouritesViewController.m @@ -17,7 +17,7 @@ #import "FavouritesViewController.h" #import "RecentsDataSource.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface FavouritesViewController () { diff --git a/Riot/Modules/GlobalSearch/DataSources/UnifiedSearchRecentsDataSource.m b/Riot/Modules/GlobalSearch/DataSources/UnifiedSearchRecentsDataSource.m index 1a4605ba6..59d169d7f 100644 --- a/Riot/Modules/GlobalSearch/DataSources/UnifiedSearchRecentsDataSource.m +++ b/Riot/Modules/GlobalSearch/DataSources/UnifiedSearchRecentsDataSource.m @@ -22,7 +22,7 @@ #import "DirectoryRecentTableViewCell.h" #import "MXRoom+Riot.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface UnifiedSearchRecentsDataSource() { diff --git a/Riot/Modules/GlobalSearch/Files/HomeFilesSearchViewController.m b/Riot/Modules/GlobalSearch/Files/HomeFilesSearchViewController.m index 05043e47b..63035f726 100644 --- a/Riot/Modules/GlobalSearch/Files/HomeFilesSearchViewController.m +++ b/Riot/Modules/GlobalSearch/Files/HomeFilesSearchViewController.m @@ -17,7 +17,7 @@ #import "HomeFilesSearchViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "HomeViewController.h" diff --git a/Riot/Modules/GlobalSearch/Files/Views/FilesSearchTableViewCell.m b/Riot/Modules/GlobalSearch/Files/Views/FilesSearchTableViewCell.m index 4dfbe686f..e2633d41c 100644 --- a/Riot/Modules/GlobalSearch/Files/Views/FilesSearchTableViewCell.m +++ b/Riot/Modules/GlobalSearch/Files/Views/FilesSearchTableViewCell.m @@ -19,7 +19,7 @@ #import "FilesSearchTableViewCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation FilesSearchTableViewCell @synthesize delegate, mxkCellData; diff --git a/Riot/Modules/GlobalSearch/Messages/DataSources/HomeMessagesSearchDataSource.m b/Riot/Modules/GlobalSearch/Messages/DataSources/HomeMessagesSearchDataSource.m index 4c69eab0f..8a60808cf 100644 --- a/Riot/Modules/GlobalSearch/Messages/DataSources/HomeMessagesSearchDataSource.m +++ b/Riot/Modules/GlobalSearch/Messages/DataSources/HomeMessagesSearchDataSource.m @@ -23,7 +23,7 @@ #import "RoomBubbleCellData.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" diff --git a/Riot/Modules/GlobalSearch/Messages/HomeMessagesSearchViewController.m b/Riot/Modules/GlobalSearch/Messages/HomeMessagesSearchViewController.m index 1050bbd1b..00fd9d20d 100644 --- a/Riot/Modules/GlobalSearch/Messages/HomeMessagesSearchViewController.m +++ b/Riot/Modules/GlobalSearch/Messages/HomeMessagesSearchViewController.m @@ -17,7 +17,7 @@ #import "HomeMessagesSearchViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "HomeViewController.h" diff --git a/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultAttachmentBubbleCell.m b/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultAttachmentBubbleCell.m index 1e1fc3e4b..074013b5b 100644 --- a/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultAttachmentBubbleCell.m +++ b/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultAttachmentBubbleCell.m @@ -18,7 +18,7 @@ #import "MessagesSearchResultAttachmentBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation MessagesSearchResultAttachmentBubbleCell diff --git a/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultTextMsgBubbleCell.m b/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultTextMsgBubbleCell.m index 3a29ef6b1..40818f8a0 100644 --- a/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultTextMsgBubbleCell.m +++ b/Riot/Modules/GlobalSearch/Messages/Views/MessagesSearchResultTextMsgBubbleCell.m @@ -18,7 +18,7 @@ #import "MessagesSearchResultTextMsgBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation MessagesSearchResultTextMsgBubbleCell diff --git a/Riot/Modules/GlobalSearch/Rooms/DirectoryViewController.m b/Riot/Modules/GlobalSearch/Rooms/DirectoryViewController.m index 2f6e791d7..0c0e26622 100644 --- a/Riot/Modules/GlobalSearch/Rooms/DirectoryViewController.m +++ b/Riot/Modules/GlobalSearch/Rooms/DirectoryViewController.m @@ -19,7 +19,7 @@ #import "PublicRoomsDirectoryDataSource.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface DirectoryViewController () { diff --git a/Riot/Modules/GlobalSearch/UnifiedSearchViewController.m b/Riot/Modules/GlobalSearch/UnifiedSearchViewController.m index 03375e8b9..bd0a07b3f 100644 --- a/Riot/Modules/GlobalSearch/UnifiedSearchViewController.m +++ b/Riot/Modules/GlobalSearch/UnifiedSearchViewController.m @@ -31,7 +31,7 @@ #import "HomeFilesSearchViewController.h" #import "FilesSearchCellData.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "GBDeviceInfo_iOS.h" diff --git a/Riot/Modules/GlobalSearch/Views/DirectoryRecentTableViewCell.m b/Riot/Modules/GlobalSearch/Views/DirectoryRecentTableViewCell.m index 9a168d3f7..1042d8265 100644 --- a/Riot/Modules/GlobalSearch/Views/DirectoryRecentTableViewCell.m +++ b/Riot/Modules/GlobalSearch/Views/DirectoryRecentTableViewCell.m @@ -20,7 +20,7 @@ #import "PublicRoomsDirectoryDataSource.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation DirectoryRecentTableViewCell diff --git a/Riot/Modules/GlobalSearch/Views/RoomIdOrAliasTableViewCell.m b/Riot/Modules/GlobalSearch/Views/RoomIdOrAliasTableViewCell.m index 44f788e91..0a798aefc 100644 --- a/Riot/Modules/GlobalSearch/Views/RoomIdOrAliasTableViewCell.m +++ b/Riot/Modules/GlobalSearch/Views/RoomIdOrAliasTableViewCell.m @@ -19,7 +19,7 @@ #import "AvatarGenerator.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomIdOrAliasTableViewCell diff --git a/Riot/Modules/Home/Fallback/AuthFallBackViewController.m b/Riot/Modules/Home/Fallback/AuthFallBackViewController.m index 65084f110..93a770610 100644 --- a/Riot/Modules/Home/Fallback/AuthFallBackViewController.m +++ b/Riot/Modules/Home/Fallback/AuthFallBackViewController.m @@ -15,7 +15,7 @@ */ #import "AuthFallBackViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" // Generic method to make a bridge between JS and the WKWebView NSString *FallBackViewControllerJavascriptSendObjectMessage = @"window.sendObjectMessage = function(parameters) { \ diff --git a/Riot/Modules/Home/HomeViewController.m b/Riot/Modules/Home/HomeViewController.m index 411add2bb..0f7f5234b 100644 --- a/Riot/Modules/Home/HomeViewController.m +++ b/Riot/Modules/Home/HomeViewController.m @@ -17,7 +17,7 @@ #import "HomeViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RecentsDataSource.h" diff --git a/Riot/Modules/Home/Views/RoomCollectionViewCell.m b/Riot/Modules/Home/Views/RoomCollectionViewCell.m index a030b9a6f..f13d7bc3b 100644 --- a/Riot/Modules/Home/Views/RoomCollectionViewCell.m +++ b/Riot/Modules/Home/Views/RoomCollectionViewCell.m @@ -19,7 +19,7 @@ #import "AvatarGenerator.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoomSummary+Riot.h" #import "MXRoom+Riot.h" diff --git a/Riot/Modules/Home/Views/TableViewCellWithCollectionView.m b/Riot/Modules/Home/Views/TableViewCellWithCollectionView.m index cae76808a..4da67b857 100644 --- a/Riot/Modules/Home/Views/TableViewCellWithCollectionView.m +++ b/Riot/Modules/Home/Views/TableViewCellWithCollectionView.m @@ -16,7 +16,7 @@ #import "TableViewCellWithCollectionView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" static CGFloat const kEditionViewCornerRadius = 10.0; diff --git a/Riot/Modules/Integrations/IntegrationManagerViewController.m b/Riot/Modules/Integrations/IntegrationManagerViewController.m index 7ba021062..56dead207 100644 --- a/Riot/Modules/Integrations/IntegrationManagerViewController.m +++ b/Riot/Modules/Integrations/IntegrationManagerViewController.m @@ -19,7 +19,7 @@ #import "WidgetManager.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" NSString *const kIntegrationManagerMainScreen = nil; NSString *const kIntegrationManagerAddIntegrationScreen = @"add_integ"; diff --git a/Riot/Modules/Integrations/WidgetPicker/WidgetPickerViewController.m b/Riot/Modules/Integrations/WidgetPicker/WidgetPickerViewController.m index d3cb31902..74e8f2f22 100644 --- a/Riot/Modules/Integrations/WidgetPicker/WidgetPickerViewController.m +++ b/Riot/Modules/Integrations/WidgetPicker/WidgetPickerViewController.m @@ -19,7 +19,7 @@ #import "WidgetManager.h" #import "WidgetViewController.h" #import "IntegrationManagerViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface WidgetPickerViewController () { diff --git a/Riot/Modules/Integrations/Widgets/Jitsi/JitsiViewController.m b/Riot/Modules/Integrations/Widgets/Jitsi/JitsiViewController.m index cbaceeed8..c8fa03fdd 100644 --- a/Riot/Modules/Integrations/Widgets/Jitsi/JitsiViewController.m +++ b/Riot/Modules/Integrations/Widgets/Jitsi/JitsiViewController.m @@ -16,7 +16,7 @@ #import "JitsiViewController.h" #import "JitsiWidgetData.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #if __has_include() @import JitsiMeetSDK; diff --git a/Riot/Modules/Integrations/Widgets/StickerPicker/StickerPickerViewController.m b/Riot/Modules/Integrations/Widgets/StickerPicker/StickerPickerViewController.m index d56aeef6d..d665a06d0 100644 --- a/Riot/Modules/Integrations/Widgets/StickerPicker/StickerPickerViewController.m +++ b/Riot/Modules/Integrations/Widgets/StickerPicker/StickerPickerViewController.m @@ -18,7 +18,7 @@ #import "IntegrationManagerViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface StickerPickerViewController () diff --git a/Riot/Modules/Integrations/Widgets/WidgetViewController.m b/Riot/Modules/Integrations/Widgets/WidgetViewController.m index 6d04db4c0..a5e93b152 100644 --- a/Riot/Modules/Integrations/Widgets/WidgetViewController.m +++ b/Riot/Modules/Integrations/Widgets/WidgetViewController.m @@ -18,7 +18,7 @@ #import "WidgetViewController.h" #import "IntegrationManagerViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" NSString *const kJavascriptSendResponseToPostMessageAPI = @"riotIOS.sendResponse('%@', %@);"; diff --git a/Riot/Modules/MediaPicker/Library/MediaAlbumContentViewController.m b/Riot/Modules/MediaPicker/Library/MediaAlbumContentViewController.m index fc3755331..b87015e59 100644 --- a/Riot/Modules/MediaPicker/Library/MediaAlbumContentViewController.m +++ b/Riot/Modules/MediaPicker/Library/MediaAlbumContentViewController.m @@ -19,7 +19,7 @@ #import -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface MediaAlbumContentViewController () { diff --git a/Riot/Modules/MediaPicker/MediaPickerViewController.m b/Riot/Modules/MediaPicker/MediaPickerViewController.m index bd38cd2a8..69a183a2c 100644 --- a/Riot/Modules/MediaPicker/MediaPickerViewController.m +++ b/Riot/Modules/MediaPicker/MediaPickerViewController.m @@ -17,7 +17,7 @@ #import "MediaPickerViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import diff --git a/Riot/Modules/MediaPicker/Views/MediaAlbumTableCell.m b/Riot/Modules/MediaPicker/Views/MediaAlbumTableCell.m index 2f2f1e40a..0ca5d5f38 100644 --- a/Riot/Modules/MediaPicker/Views/MediaAlbumTableCell.m +++ b/Riot/Modules/MediaPicker/Views/MediaAlbumTableCell.m @@ -18,7 +18,7 @@ #import "MediaAlbumTableCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation MediaAlbumTableCell diff --git a/Riot/Modules/People/PeopleViewController.m b/Riot/Modules/People/PeopleViewController.m index ed9aaca76..93157578f 100644 --- a/Riot/Modules/People/PeopleViewController.m +++ b/Riot/Modules/People/PeopleViewController.m @@ -24,7 +24,7 @@ #import "RecentTableViewCell.h" #import "InviteRecentTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface PeopleViewController () { diff --git a/Riot/Modules/People/Views/InviteRecentTableViewCell.m b/Riot/Modules/People/Views/InviteRecentTableViewCell.m index 738c8cb4a..d0ab6a9e3 100644 --- a/Riot/Modules/People/Views/InviteRecentTableViewCell.m +++ b/Riot/Modules/People/Views/InviteRecentTableViewCell.m @@ -22,7 +22,7 @@ #import "MXEvent.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #pragma mark - Constant definitions diff --git a/Riot/Modules/PublicRoomList/DataSources/PublicRoomsDirectoryDataSource.m b/Riot/Modules/PublicRoomList/DataSources/PublicRoomsDirectoryDataSource.m index db260be11..de80ee7b8 100644 --- a/Riot/Modules/PublicRoomList/DataSources/PublicRoomsDirectoryDataSource.m +++ b/Riot/Modules/PublicRoomList/DataSources/PublicRoomsDirectoryDataSource.m @@ -19,7 +19,7 @@ #import "PublicRoomTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #pragma mark - Constants definitions diff --git a/Riot/Modules/PublicRoomList/Views/PublicRoomTableViewCell.m b/Riot/Modules/PublicRoomList/Views/PublicRoomTableViewCell.m index 4195b241b..b6b65a2d4 100644 --- a/Riot/Modules/PublicRoomList/Views/PublicRoomTableViewCell.m +++ b/Riot/Modules/PublicRoomList/Views/PublicRoomTableViewCell.m @@ -21,7 +21,7 @@ #import "AvatarGenerator.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation PublicRoomTableViewCell diff --git a/Riot/Modules/Room/Attachements/AttachmentsViewController.m b/Riot/Modules/Room/Attachements/AttachmentsViewController.m index caeec8984..596c6a3b5 100644 --- a/Riot/Modules/Room/Attachements/AttachmentsViewController.m +++ b/Riot/Modules/Room/Attachements/AttachmentsViewController.m @@ -17,7 +17,7 @@ #import "AttachmentsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface AttachmentsViewController () { diff --git a/Riot/Modules/Room/BubbleReactions/BubbleReactionsViewSizer.m b/Riot/Modules/Room/BubbleReactions/BubbleReactionsViewSizer.m index 21caa32e5..a2c40fd6d 100644 --- a/Riot/Modules/Room/BubbleReactions/BubbleReactionsViewSizer.m +++ b/Riot/Modules/Room/BubbleReactions/BubbleReactionsViewSizer.m @@ -17,7 +17,7 @@ limitations under the License. #import "BubbleReactionsViewSizer.h" #import -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation BubbleReactionsViewSizer diff --git a/Riot/Modules/Room/CellData/RoomBubbleCellData.m b/Riot/Modules/Room/CellData/RoomBubbleCellData.m index a71e6d72e..697d67178 100644 --- a/Riot/Modules/Room/CellData/RoomBubbleCellData.m +++ b/Riot/Modules/Room/CellData/RoomBubbleCellData.m @@ -23,7 +23,7 @@ #import "Tools.h" #import "BubbleReactionsViewSizer.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import static NSAttributedString *timestampVerticalWhitespace = nil; diff --git a/Riot/Modules/Room/DataSources/RoomDataSource.m b/Riot/Modules/Room/DataSources/RoomDataSource.m index 9817f503d..85dd4d7e1 100644 --- a/Riot/Modules/Room/DataSources/RoomDataSource.m +++ b/Riot/Modules/Room/DataSources/RoomDataSource.m @@ -23,7 +23,7 @@ #import "MXKRoomBubbleTableViewCell+Riot.h" #import "AvatarGenerator.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoom+Riot.h" diff --git a/Riot/Modules/Room/Files/RoomFilesViewController.m b/Riot/Modules/Room/Files/RoomFilesViewController.m index 5712ecffe..1e8e007c1 100644 --- a/Riot/Modules/Room/Files/RoomFilesViewController.m +++ b/Riot/Modules/Room/Files/RoomFilesViewController.m @@ -19,7 +19,7 @@ #import "FilesSearchTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "AttachmentsViewController.h" diff --git a/Riot/Modules/Room/Members/Detail/RoomMemberDetailsViewController.m b/Riot/Modules/Room/Members/Detail/RoomMemberDetailsViewController.m index aab1f1653..ca9339f55 100644 --- a/Riot/Modules/Room/Members/Detail/RoomMemberDetailsViewController.m +++ b/Riot/Modules/Room/Members/Detail/RoomMemberDetailsViewController.m @@ -18,7 +18,7 @@ #import "RoomMemberDetailsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomMemberTitleView.h" diff --git a/Riot/Modules/Room/Members/RoomParticipantsViewController.m b/Riot/Modules/Room/Members/RoomParticipantsViewController.m index 7858ab241..7a03da092 100644 --- a/Riot/Modules/Room/Members/RoomParticipantsViewController.m +++ b/Riot/Modules/Room/Members/RoomParticipantsViewController.m @@ -19,7 +19,7 @@ #import "RoomMemberDetailsViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "Contact.h" diff --git a/Riot/Modules/Room/ReadReceiptsDetail/ReadReceiptsViewController.m b/Riot/Modules/Room/ReadReceiptsDetail/ReadReceiptsViewController.m index d69f8f936..2bde90904 100644 --- a/Riot/Modules/Room/ReadReceiptsDetail/ReadReceiptsViewController.m +++ b/Riot/Modules/Room/ReadReceiptsDetail/ReadReceiptsViewController.m @@ -20,7 +20,7 @@ #import "RageShakeManager.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface ReadReceiptsViewController () { diff --git a/Riot/Modules/Room/RoomViewController.m b/Riot/Modules/Room/RoomViewController.m index 5b4ad0c2b..679df272b 100644 --- a/Riot/Modules/Room/RoomViewController.m +++ b/Riot/Modules/Room/RoomViewController.m @@ -131,7 +131,7 @@ #import "MXSDKOptions.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" NSNotificationName const RoomCallTileTappedNotification = @"RoomCallTileTappedNotification"; NSNotificationName const RoomGroupCallTileTappedNotification = @"RoomGroupCallTileTappedNotification"; diff --git a/Riot/Modules/Room/Search/DataSources/RoomSearchDataSource.m b/Riot/Modules/Room/Search/DataSources/RoomSearchDataSource.m index 3ff3145d6..f35ac5c7f 100644 --- a/Riot/Modules/Room/Search/DataSources/RoomSearchDataSource.m +++ b/Riot/Modules/Room/Search/DataSources/RoomSearchDataSource.m @@ -20,7 +20,7 @@ #import "RoomBubbleCellData.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" diff --git a/Riot/Modules/Room/Search/Files/RoomFilesSearchViewController.m b/Riot/Modules/Room/Search/Files/RoomFilesSearchViewController.m index 78a7bfbf9..0e14b53ee 100644 --- a/Riot/Modules/Room/Search/Files/RoomFilesSearchViewController.m +++ b/Riot/Modules/Room/Search/Files/RoomFilesSearchViewController.m @@ -24,7 +24,7 @@ #import "FilesSearchCellData.h" #import "FilesSearchTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface RoomFilesSearchViewController () { diff --git a/Riot/Modules/Room/Search/Messages/RoomMessagesSearchViewController.m b/Riot/Modules/Room/Search/Messages/RoomMessagesSearchViewController.m index a674af70d..4e93f01d6 100644 --- a/Riot/Modules/Room/Search/Messages/RoomMessagesSearchViewController.m +++ b/Riot/Modules/Room/Search/Messages/RoomMessagesSearchViewController.m @@ -26,7 +26,7 @@ #import "RoomIncomingAttachmentBubbleCell.h" #import "RoomIncomingTextMsgBubbleCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface RoomMessagesSearchViewController () { diff --git a/Riot/Modules/Room/Search/RoomSearchViewController.m b/Riot/Modules/Room/Search/RoomSearchViewController.m index b6a17df46..a6cd8eeb7 100644 --- a/Riot/Modules/Room/Search/RoomSearchViewController.m +++ b/Riot/Modules/Room/Search/RoomSearchViewController.m @@ -22,7 +22,7 @@ #import "RoomFilesSearchViewController.h" #import "FilesSearchCellData.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface RoomSearchViewController () { diff --git a/Riot/Modules/Room/Settings/RoomSettingsViewController.m b/Riot/Modules/Room/Settings/RoomSettingsViewController.m index bf1e96655..7ca017b57 100644 --- a/Riot/Modules/Room/Settings/RoomSettingsViewController.m +++ b/Riot/Modules/Room/Settings/RoomSettingsViewController.m @@ -28,7 +28,7 @@ #import "MXRoom+Riot.h" #import "MXRoomSummary+Riot.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomMemberDetailsViewController.h" diff --git a/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxAndLabel.m b/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxAndLabel.m index 088f72b19..b623ffc7d 100644 --- a/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxAndLabel.m +++ b/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxAndLabel.m @@ -18,7 +18,7 @@ #import "TableViewCellWithCheckBoxAndLabel.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation TableViewCellWithCheckBoxAndLabel diff --git a/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxes.m b/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxes.m index 0b588bbdc..9504214a1 100644 --- a/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxes.m +++ b/Riot/Modules/Room/Settings/Views/TableViewCellWithCheckBoxes.m @@ -17,7 +17,7 @@ #import "TableViewCellWithCheckBoxes.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" // The space between 2 check boxes #define TABLEVIEWCELLWITHCHECKBOXES_MARGIN 8 diff --git a/Riot/Modules/Room/Settings/Views/TableViewCellWithLabelAndLargeTextView.m b/Riot/Modules/Room/Settings/Views/TableViewCellWithLabelAndLargeTextView.m index deecdd99e..641aff31a 100644 --- a/Riot/Modules/Room/Settings/Views/TableViewCellWithLabelAndLargeTextView.m +++ b/Riot/Modules/Room/Settings/Views/TableViewCellWithLabelAndLargeTextView.m @@ -18,7 +18,7 @@ #import "TableViewCellWithLabelAndLargeTextView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation TableViewCellWithLabelAndLargeTextView diff --git a/Riot/Modules/Room/Views/Activities/RoomActivitiesView.m b/Riot/Modules/Room/Views/Activities/RoomActivitiesView.m index 6c272a6d9..cb15df862 100644 --- a/Riot/Modules/Room/Views/Activities/RoomActivitiesView.m +++ b/Riot/Modules/Room/Views/Activities/RoomActivitiesView.m @@ -19,7 +19,7 @@ #import "RoomActivitiesView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m index ae52d67fb..c06b34016 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomCreationCollapsedBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomCreationWithPaginationCollapsedBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomCreationWithPaginationCollapsedBubbleCell.m index c568691b7..7f2a00c48 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomCreationWithPaginationCollapsedBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomCreationWithPaginationCollapsedBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomCreationWithPaginationCollapsedBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentBubbleCell.m index 2f7e4d80a..3dd06a1d8 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingAttachmentBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomIncomingAttachmentBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithPaginationTitleBubbleCell.m index 16a614a46..2a7a96788 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithPaginationTitleBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingAttachmentWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomIncomingAttachmentWithPaginationTitleBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.m index 5d63baf00..30b096e91 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingAttachmentWithoutSenderInfoBubbleCell.m @@ -19,7 +19,7 @@ #import "MXKRoomBubbleTableViewCell+Riot.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomIncomingAttachmentWithoutSenderInfoBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgBubbleCell.m index d308fcfea..28bbdb19c 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingTextMsgBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomIncomingTextMsgBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleBubbleCell.m index 2e8bdeb34..c66531dce 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingTextMsgWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomIncomingTextMsgWithPaginationTitleBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell.m index 5078a9405..ae4126049 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomIncomingTextMsgWithPaginationTitleWithoutSenderNameBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.m index 56b0db94c..db4370dc5 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderInfoBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingTextMsgWithoutSenderInfoBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomIncomingTextMsgWithoutSenderInfoBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderNameBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderNameBubbleCell.m index 15ab0389e..8678dd894 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderNameBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomIncomingTextMsgWithoutSenderNameBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomIncomingTextMsgWithoutSenderNameBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomIncomingTextMsgWithoutSenderNameBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipBubbleCell.m index a15817d01..2fe69ff5f 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomMembershipBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedBubbleCell.m index c19773bf9..8302d4081 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomMembershipCollapsedBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedWithPaginationTitleBubbleCell.m index b93c8be3a..1b78be112 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipCollapsedWithPaginationTitleBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomMembershipCollapsedWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedBubbleCell.m index 56c0ca6c8..226528894 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomMembershipExpandedBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedWithPaginationTitleBubbleCell.m index 63262f645..4378cd927 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipExpandedWithPaginationTitleBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomMembershipExpandedWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipWithPaginationTitleBubbleCell.m index 4ebebc70d..f7394c4a6 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomMembershipWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomMembershipWithPaginationTitleBubbleCell.m @@ -17,7 +17,7 @@ #import "RoomMembershipWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentBubbleCell.m index e6417201b..456305e9c 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomOutgoingAttachmentBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomOutgoingAttachmentBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.m index bd4df0000..d78362a65 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithPaginationTitleBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomOutgoingAttachmentWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomOutgoingAttachmentWithPaginationTitleBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m index 30a50ae2d..7021df5f6 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "RoomBubbleCellData.h" #import "MXKRoomBubbleTableViewCell+Riot.h" diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgBubbleCell.m index 374ed6da0..a31a52029 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomOutgoingTextMsgBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXKRoomBubbleTableViewCell+Riot.h" @implementation RoomOutgoingTextMsgBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.m index 85d4afb55..4c0125e4e 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithPaginationTitleBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomOutgoingTextMsgWithPaginationTitleBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomOutgoingTextMsgWithPaginationTitleBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.m index 1e0ffeb61..0bc9f1de3 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomOutgoingTextMsgWithoutSenderInfoBubbleCell diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomPredecessorBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomPredecessorBubbleCell.m index 9099d6815..0b852bc20 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomPredecessorBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomPredecessorBubbleCell.m @@ -18,7 +18,7 @@ #import "RoomPredecessorBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #pragma mark - Defines & Constants diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomSelectedStickerBubbleCell.m b/Riot/Modules/Room/Views/BubbleCells/RoomSelectedStickerBubbleCell.m index b1e6d9477..d5f48404a 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomSelectedStickerBubbleCell.m +++ b/Riot/Modules/Room/Views/BubbleCells/RoomSelectedStickerBubbleCell.m @@ -25,7 +25,7 @@ #import "RoomIncomingEncryptedAttachmentWithoutSenderInfoBubbleCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomSelectedStickerBubbleCell diff --git a/Riot/Modules/Room/Views/Event/EventDetailsView.m b/Riot/Modules/Room/Views/Event/EventDetailsView.m index 3f30e3987..bce9bf665 100644 --- a/Riot/Modules/Room/Views/Event/EventDetailsView.m +++ b/Riot/Modules/Room/Views/Event/EventDetailsView.m @@ -17,7 +17,7 @@ #import "EventDetailsView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation EventDetailsView diff --git a/Riot/Modules/Room/Views/InputToolbar/DisabledRoomInputToolbarView.m b/Riot/Modules/Room/Views/InputToolbar/DisabledRoomInputToolbarView.m index 3c10a800f..c3337e887 100644 --- a/Riot/Modules/Room/Views/InputToolbar/DisabledRoomInputToolbarView.m +++ b/Riot/Modules/Room/Views/InputToolbar/DisabledRoomInputToolbarView.m @@ -17,7 +17,7 @@ #import "DisabledRoomInputToolbarView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation DisabledRoomInputToolbarView diff --git a/Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m b/Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m index 06c509632..4afd41edd 100644 --- a/Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m +++ b/Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m @@ -18,7 +18,7 @@ #import "RoomInputToolbarView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "GBDeviceInfo_iOS.h" diff --git a/Riot/Modules/Room/Views/Title/Expanded/ExpandedRoomTitleView.m b/Riot/Modules/Room/Views/Title/Expanded/ExpandedRoomTitleView.m index f64f8fd6a..931d8437e 100644 --- a/Riot/Modules/Room/Views/Title/Expanded/ExpandedRoomTitleView.m +++ b/Riot/Modules/Room/Views/Title/Expanded/ExpandedRoomTitleView.m @@ -18,7 +18,7 @@ #import "ExpandedRoomTitleView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoomSummary+Riot.h" diff --git a/Riot/Modules/Room/Views/Title/Preview/PreviewRoomTitleView.m b/Riot/Modules/Room/Views/Title/Preview/PreviewRoomTitleView.m index c0948422b..81a128564 100644 --- a/Riot/Modules/Room/Views/Title/Preview/PreviewRoomTitleView.m +++ b/Riot/Modules/Room/Views/Title/Preview/PreviewRoomTitleView.m @@ -19,7 +19,7 @@ #import "PreviewRoomTitleView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoomSummary+Riot.h" diff --git a/Riot/Modules/Room/Views/Title/RoomTitleView.m b/Riot/Modules/Room/Views/Title/RoomTitleView.m index 6f7d38edf..a34543c28 100644 --- a/Riot/Modules/Room/Views/Title/RoomTitleView.m +++ b/Riot/Modules/Room/Views/Title/RoomTitleView.m @@ -18,7 +18,7 @@ #import "RoomTitleView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation RoomTitleView diff --git a/Riot/Modules/RoomKeyRequest/RoomKeyRequestViewController.m b/Riot/Modules/RoomKeyRequest/RoomKeyRequestViewController.m index f6141d9cf..a5bf789d6 100644 --- a/Riot/Modules/RoomKeyRequest/RoomKeyRequestViewController.m +++ b/Riot/Modules/RoomKeyRequest/RoomKeyRequestViewController.m @@ -16,7 +16,7 @@ #import "RoomKeyRequestViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface RoomKeyRequestViewController () { diff --git a/Riot/Modules/Rooms/DirectoryPicker/DirectoryServerPickerViewController.m b/Riot/Modules/Rooms/DirectoryPicker/DirectoryServerPickerViewController.m index e31c5fb43..d04214673 100644 --- a/Riot/Modules/Rooms/DirectoryPicker/DirectoryServerPickerViewController.m +++ b/Riot/Modules/Rooms/DirectoryPicker/DirectoryServerPickerViewController.m @@ -18,7 +18,7 @@ #import "DirectoryServerTableViewCell.h" #import "DirectoryServerDetailTableViewCell.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface DirectoryServerPickerViewController () { diff --git a/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerDetailTableViewCell.m b/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerDetailTableViewCell.m index a43ee7b39..f604f7e6c 100644 --- a/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerDetailTableViewCell.m +++ b/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerDetailTableViewCell.m @@ -17,7 +17,7 @@ #import "DirectoryServerDetailTableViewCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation DirectoryServerDetailTableViewCell diff --git a/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerTableViewCell.m b/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerTableViewCell.m index 3c1ceeabe..fed334510 100644 --- a/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerTableViewCell.m +++ b/Riot/Modules/Rooms/DirectoryPicker/Views/DirectoryServerTableViewCell.m @@ -19,7 +19,7 @@ #import "AvatarGenerator.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation DirectoryServerTableViewCell diff --git a/Riot/Modules/Rooms/RoomsViewController.m b/Riot/Modules/Rooms/RoomsViewController.m index 0fb4105eb..25ae25ce9 100644 --- a/Riot/Modules/Rooms/RoomsViewController.m +++ b/Riot/Modules/Rooms/RoomsViewController.m @@ -18,7 +18,7 @@ #import "RecentsDataSource.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface RoomsViewController () { diff --git a/Riot/Modules/Settings/DeactivateAccount/DeactivateAccountViewController.m b/Riot/Modules/Settings/DeactivateAccount/DeactivateAccountViewController.m index 67b66479e..3e4b4297e 100644 --- a/Riot/Modules/Settings/DeactivateAccount/DeactivateAccountViewController.m +++ b/Riot/Modules/Settings/DeactivateAccount/DeactivateAccountViewController.m @@ -17,7 +17,7 @@ #import "DeactivateAccountViewController.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #pragma mark - Defines & Constants diff --git a/Riot/Modules/Settings/Language/LanguagePickerViewController.m b/Riot/Modules/Settings/Language/LanguagePickerViewController.m index b97da63e8..aac54c076 100644 --- a/Riot/Modules/Settings/Language/LanguagePickerViewController.m +++ b/Riot/Modules/Settings/Language/LanguagePickerViewController.m @@ -16,7 +16,7 @@ #import "LanguagePickerViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface LanguagePickerViewController () { diff --git a/Riot/Modules/Settings/PhoneCountry/CountryPickerViewController.m b/Riot/Modules/Settings/PhoneCountry/CountryPickerViewController.m index f34817db0..0ab2fe0d8 100644 --- a/Riot/Modules/Settings/PhoneCountry/CountryPickerViewController.m +++ b/Riot/Modules/Settings/PhoneCountry/CountryPickerViewController.m @@ -16,7 +16,7 @@ #import "CountryPickerViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface CountryPickerViewController () { diff --git a/Riot/Modules/Settings/Security/ManageSession/ManageSessionViewController.m b/Riot/Modules/Settings/Security/ManageSession/ManageSessionViewController.m index 930ab5899..49c49b087 100644 --- a/Riot/Modules/Settings/Security/ManageSession/ManageSessionViewController.m +++ b/Riot/Modules/Settings/Security/ManageSession/ManageSessionViewController.m @@ -24,7 +24,7 @@ #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" enum diff --git a/Riot/Modules/Settings/Security/SecurityViewController.m b/Riot/Modules/Settings/Security/SecurityViewController.m index fce6d5c9b..9feda8f59 100644 --- a/Riot/Modules/Settings/Security/SecurityViewController.m +++ b/Riot/Modules/Settings/Security/SecurityViewController.m @@ -26,7 +26,7 @@ #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" // Dev flag to have more options //#define CROSS_SIGNING_AND_BACKUP_DEV diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index 0a5acf57c..c4f97b448 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -43,7 +43,7 @@ #import "GBDeviceInfo_iOS.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" NSString* const kSettingsViewControllerPhoneBookCountryCellId = @"kSettingsViewControllerPhoneBookCountryCellId"; diff --git a/Riot/Modules/Settings/Views/DeviceView.m b/Riot/Modules/Settings/Views/DeviceView.m index 7f1325990..dc8ed4578 100644 --- a/Riot/Modules/Settings/Views/DeviceView.m +++ b/Riot/Modules/Settings/Views/DeviceView.m @@ -18,7 +18,7 @@ #import "DeviceView.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation DeviceView diff --git a/Riot/Modules/Settings/Views/TableViewCellWithPhoneNumberTextField.m b/Riot/Modules/Settings/Views/TableViewCellWithPhoneNumberTextField.m index 5c03e1fd3..4cfc489a3 100644 --- a/Riot/Modules/Settings/Views/TableViewCellWithPhoneNumberTextField.m +++ b/Riot/Modules/Settings/Views/TableViewCellWithPhoneNumberTextField.m @@ -17,7 +17,7 @@ #import "TableViewCellWithPhoneNumberTextField.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "NBPhoneNumberUtil.h" diff --git a/Riot/Modules/StartChat/StartChatViewController.m b/Riot/Modules/StartChat/StartChatViewController.m index 3ee8985ec..18ef614dd 100644 --- a/Riot/Modules/StartChat/StartChatViewController.m +++ b/Riot/Modules/StartChat/StartChatViewController.m @@ -17,7 +17,7 @@ #import "StartChatViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXSession+Riot.h" @interface StartChatViewController () diff --git a/Riot/Modules/TabBar/MasterTabBarController.m b/Riot/Modules/TabBar/MasterTabBarController.m index 3cca72eb7..f1afa5821 100644 --- a/Riot/Modules/TabBar/MasterTabBarController.m +++ b/Riot/Modules/TabBar/MasterTabBarController.m @@ -27,7 +27,7 @@ #import "SettingsViewController.h" #import "SecurityViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface MasterTabBarController () { diff --git a/Riot/Modules/UserDevices/UsersDevicesViewController.m b/Riot/Modules/UserDevices/UsersDevicesViewController.m index 5d6a1f8eb..5f83b5bc5 100644 --- a/Riot/Modules/UserDevices/UsersDevicesViewController.m +++ b/Riot/Modules/UserDevices/UsersDevicesViewController.m @@ -17,7 +17,7 @@ #import "UsersDevicesViewController.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @interface UsersDevicesViewController () { diff --git a/Riot/Modules/UserDevices/Views/DeviceTableViewCell.m b/Riot/Modules/UserDevices/Views/DeviceTableViewCell.m index 6ac1a31fa..7fde39ca4 100644 --- a/Riot/Modules/UserDevices/Views/DeviceTableViewCell.m +++ b/Riot/Modules/UserDevices/Views/DeviceTableViewCell.m @@ -18,7 +18,7 @@ #import "DeviceTableViewCell.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "MXRoom+Riot.h" diff --git a/Riot/Utils/AvatarGenerator.m b/Riot/Utils/AvatarGenerator.m index efbf42b59..3a08f8165 100644 --- a/Riot/Utils/AvatarGenerator.m +++ b/Riot/Utils/AvatarGenerator.m @@ -19,11 +19,7 @@ #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @implementation AvatarGenerator diff --git a/Riot/Utils/EventFormatter.m b/Riot/Utils/EventFormatter.m index 248850691..c7a11f1d0 100644 --- a/Riot/Utils/EventFormatter.m +++ b/Riot/Utils/EventFormatter.m @@ -18,7 +18,7 @@ #import "EventFormatter.h" #import "ThemeService.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" #import "WidgetManager.h" diff --git a/Riot/Utils/Tools.m b/Riot/Utils/Tools.m index 66fe38d0c..7cae95148 100644 --- a/Riot/Utils/Tools.m +++ b/Riot/Utils/Tools.m @@ -16,7 +16,7 @@ #import "Tools.h" -#import "Riot-Swift.h" +#import "GeneratedInterface-Swift.h" @implementation Tools diff --git a/RiotNSE/Common.xcconfig b/RiotNSE/Common.xcconfig index 5a9db3be7..7ef912fcc 100644 --- a/RiotNSE/Common.xcconfig +++ b/RiotNSE/Common.xcconfig @@ -29,3 +29,5 @@ CODE_SIGN_ENTITLEMENTS = RiotNSE/RiotNSE.entitlements SKIP_INSTALL = YES SWIFT_OBJC_BRIDGING_HEADER = $(SRCROOT)/$(PRODUCT_NAME)/SupportingFiles/RiotNSE-Bridging-Header.h + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/RiotShareExtension/Common.xcconfig b/RiotShareExtension/Common.xcconfig index bb52cb93c..f6e43035b 100644 --- a/RiotShareExtension/Common.xcconfig +++ b/RiotShareExtension/Common.xcconfig @@ -33,3 +33,5 @@ SKIP_INSTALL = YES SWIFT_OBJC_BRIDGING_HEADER = $(SRCROOT)/$(PRODUCT_NAME)/SupportingFiles/RiotShareExtension-Bridging-Header.h GCC_PREPROCESSOR_DEFINITIONS = $(inherited) IS_SHARE_EXTENSION=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/RiotShareExtension/Shared/ShareManager.m b/RiotShareExtension/Shared/ShareManager.m index 5ca23a2b1..d749d82e0 100644 --- a/RiotShareExtension/Shared/ShareManager.m +++ b/RiotShareExtension/Shared/ShareManager.m @@ -24,11 +24,7 @@ #import "ShareViewController.h" #import "ShareDataSource.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" static const CGFloat kLargeImageSizeMaxDimension = 2048.0; static const CGSize kThumbnailSize = {800.0, 600.0}; diff --git a/RiotShareExtension/Shared/View/FallbackViewController.m b/RiotShareExtension/Shared/View/FallbackViewController.m index 57412f705..beafbca25 100644 --- a/RiotShareExtension/Shared/View/FallbackViewController.m +++ b/RiotShareExtension/Shared/View/FallbackViewController.m @@ -17,11 +17,7 @@ #import "FallbackViewController.h" #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @interface FallbackViewController () diff --git a/RiotShareExtension/Shared/View/RecentRoomTableViewCell.m b/RiotShareExtension/Shared/View/RecentRoomTableViewCell.m index b6fc0d27c..fa1a2fbce 100644 --- a/RiotShareExtension/Shared/View/RecentRoomTableViewCell.m +++ b/RiotShareExtension/Shared/View/RecentRoomTableViewCell.m @@ -19,11 +19,7 @@ #import "MXRoomSummary+Riot.h" #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @interface RecentRoomTableViewCell () diff --git a/RiotShareExtension/Shared/View/RoomsListViewController.m b/RiotShareExtension/Shared/View/RoomsListViewController.m index 414e0364a..926b9c4b2 100644 --- a/RiotShareExtension/Shared/View/RoomsListViewController.m +++ b/RiotShareExtension/Shared/View/RoomsListViewController.m @@ -22,11 +22,7 @@ #import "RecentCellData.h" #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @interface RoomsListViewController () diff --git a/RiotShareExtension/Shared/View/ShareViewController.m b/RiotShareExtension/Shared/View/ShareViewController.m index cfe4f2a87..25dc09232 100644 --- a/RiotShareExtension/Shared/View/ShareViewController.m +++ b/RiotShareExtension/Shared/View/ShareViewController.m @@ -21,11 +21,7 @@ #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @interface ShareViewController () diff --git a/RiotShareExtension/Sources/ShareExtensionRootViewController.m b/RiotShareExtension/Sources/ShareExtensionRootViewController.m index aee019949..5b1a911af 100644 --- a/RiotShareExtension/Sources/ShareExtensionRootViewController.m +++ b/RiotShareExtension/Sources/ShareExtensionRootViewController.m @@ -18,11 +18,7 @@ #import "ShareManager.h" #import "ThemeService.h" -#ifdef IS_SHARE_EXTENSION -#import "RiotShareExtension-Swift.h" -#else -#import "Riot-Swift.h" -#endif +#import "GeneratedInterface-Swift.h" @interface ShareExtensionRootViewController () diff --git a/RiotSwiftUI/Common.xcconfig b/RiotSwiftUI/Common.xcconfig index e7cb586cf..9c6902651 100644 --- a/RiotSwiftUI/Common.xcconfig +++ b/RiotSwiftUI/Common.xcconfig @@ -26,3 +26,5 @@ PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_IDENTIFIER).riotswiftui INFOPLIST_FILE = RiotSwiftUI/Info.plist SKIP_INSTALL = YES + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/RiotTests/Debug.xcconfig b/RiotTests/Debug.xcconfig index be053c75b..6db535791 100644 --- a/RiotTests/Debug.xcconfig +++ b/RiotTests/Debug.xcconfig @@ -18,3 +18,5 @@ // https://help.apple.com/xcode/#/dev745c5c974 #include "Pods/Target Support Files/Pods-RiotTests/Pods-RiotTests.debug.xcconfig" + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/RiotTests/Release.xcconfig b/RiotTests/Release.xcconfig index 5a62ed9cd..f9e061251 100644 --- a/RiotTests/Release.xcconfig +++ b/RiotTests/Release.xcconfig @@ -18,3 +18,5 @@ // https://help.apple.com/xcode/#/dev745c5c974 #include "Pods/Target Support Files/Pods-RiotTests/Pods-RiotTests.release.xcconfig" + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/SiriIntents/Common.xcconfig b/SiriIntents/Common.xcconfig index 957ae3881..f112dcf97 100644 --- a/SiriIntents/Common.xcconfig +++ b/SiriIntents/Common.xcconfig @@ -20,7 +20,7 @@ #include "Config/AppIdentifiers.xcconfig" #include "Config/AppVersion.xcconfig" -PRODUCT_NAME= SiriIntents +PRODUCT_NAME = SiriIntents PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_IDENTIFIER).SiriIntents INFOPLIST_FILE = SiriIntents/Info.plist @@ -29,3 +29,5 @@ CODE_SIGN_ENTITLEMENTS = SiriIntents/SiriIntents.entitlements LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks SKIP_INSTALL = YES + +SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h diff --git a/SiriIntents/IntentHandler.m b/SiriIntents/IntentHandler.m index c55a5357e..9161e7926 100644 --- a/SiriIntents/IntentHandler.m +++ b/SiriIntents/IntentHandler.m @@ -18,7 +18,7 @@ #import -#import "SiriIntents-Swift.h" +#import "GeneratedInterface-Swift.h" #if __has_include() #define CALL_STACK_JINGLE