diff --git a/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxAppBaseRequestBox.swift b/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxAppBaseRequestBox.swift index 55e44a45..4d0d5d77 100644 --- a/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxAppBaseRequestBox.swift +++ b/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxAppBaseRequestBox.swift @@ -12,6 +12,8 @@ extension DropboxAppBaseRequestBox { switch self { case .getThumbnailV2(let swift): return DBXFilesGetThumbnailDownloadRequestFileV2(swift: swift) + default: + fatalError("For Obj-C compatibility, add this route to the Objective-C compatibility module allow-list") } } } diff --git a/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxBaseRequestBox.swift b/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxBaseRequestBox.swift index 47baefa2..2cfe4f10 100644 --- a/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxBaseRequestBox.swift +++ b/Source/SwiftyDropboxObjC/Shared/Generated/DBXDropboxBaseRequestBox.swift @@ -46,6 +46,8 @@ extension DropboxBaseRequestBox { return DBXPaperDocsUpdateUploadRequest(swift: swift) case .getSharedLinkFile(let swift): return DBXSharingGetSharedLinkFileDownloadRequestFile(swift: swift) + default: + fatalError("For Obj-C compatibility, add this route to the Objective-C compatibility module allow-list") } } } diff --git a/stone b/stone index e34ddc0b..be8bf9b2 160000 --- a/stone +++ b/stone @@ -1 +1 @@ -Subproject commit e34ddc0b391f321544ee101d7c8dff8916d89640 +Subproject commit be8bf9b27929b969f069acc04d4f82b8ffc931bb