├── .editorconfig ├── .github └── workflows │ └── build.yml ├── .gitignore ├── .swiftformat ├── BuildTools ├── .swiftpm │ └── xcode │ │ └── package.xcworkspace │ │ └── contents.xcworkspacedata ├── Empty.swift ├── Package.resolved └── Package.swift ├── FloatplaneAPIAsync ├── Package.swift └── src │ ├── Extensions.swift │ └── FloatplaneAPIAsyncModels.swift ├── FloatplaneAPIClient ├── .gitignore ├── .openapi-generator-ignore ├── .openapi-generator │ ├── FILES │ └── VERSION ├── .swiftformat ├── FloatplaneAPIClient │ └── Classes │ │ └── OpenAPIs │ │ ├── APIs.swift │ │ ├── APIs │ │ ├── AuthV2API.swift │ │ ├── AuthV3API.swift │ │ ├── CDNV2API.swift │ │ ├── CommentV3API.swift │ │ ├── ConnectedAccountsV2API.swift │ │ ├── ContentV3API.swift │ │ ├── CreatorSubscriptionPlanV2API.swift │ │ ├── CreatorV2API.swift │ │ ├── CreatorV3API.swift │ │ ├── DeliveryV3API.swift │ │ ├── EdgesV2API.swift │ │ ├── FAQV2API.swift │ │ ├── LoyaltyRewardsV3API.swift │ │ ├── PaymentsV2API.swift │ │ ├── PollV3API.swift │ │ ├── RedirectV3API.swift │ │ ├── SocketV3API.swift │ │ ├── SubscriptionsV3API.swift │ │ ├── UserV2API.swift │ │ └── UserV3API.swift │ │ ├── Configuration.swift │ │ ├── CustomExtensions.swift │ │ ├── Extensions.swift │ │ ├── Models │ │ ├── AudioAttachmentModel.swift │ │ ├── AudioAttachmentModelWaveform.swift │ │ ├── AuthLoginV2Request.swift │ │ ├── AuthLoginV2Response.swift │ │ ├── AuthLoginV3Request.swift │ │ ├── AuthLoginV3Response.swift │ │ ├── BlogPostModelV3.swift │ │ ├── BlogPostModelV3Channel.swift │ │ ├── BlogPostModelV3Creator.swift │ │ ├── BlogPostModelV3CreatorOwner.swift │ │ ├── CdnDeliveryV2DownloadResponse.swift │ │ ├── CdnDeliveryV2DownloadResponseAllOf.swift │ │ ├── CdnDeliveryV2QualityLevelModel.swift │ │ ├── CdnDeliveryV2ResourceModel.swift │ │ ├── CdnDeliveryV2ResourceModelData.swift │ │ ├── CdnDeliveryV2Response.swift │ │ ├── CdnDeliveryV2VodLivestreamResponse.swift │ │ ├── CdnDeliveryV3Group.swift │ │ ├── CdnDeliveryV3ImagePresentationCharacteristics.swift │ │ ├── CdnDeliveryV3MediaBitrateInfo.swift │ │ ├── CdnDeliveryV3MediaBitrateInfoBitrate.swift │ │ ├── CdnDeliveryV3MediaIdentityCharacteristics.swift │ │ ├── CdnDeliveryV3Meta.swift │ │ ├── CdnDeliveryV3MetaAudio.swift │ │ ├── CdnDeliveryV3MetaAudioAllOf.swift │ │ ├── CdnDeliveryV3MetaCommon.swift │ │ ├── CdnDeliveryV3MetaCommonAccess.swift │ │ ├── CdnDeliveryV3MetaImage.swift │ │ ├── CdnDeliveryV3MetaLive.swift │ │ ├── CdnDeliveryV3MetaVideo.swift │ │ ├── CdnDeliveryV3MetaVideoAllOf.swift │ │ ├── CdnDeliveryV3Origin.swift │ │ ├── CdnDeliveryV3Response.swift │ │ ├── CdnDeliveryV3Variant.swift │ │ ├── ChannelModel.swift │ │ ├── CheckFor2faLoginRequest.swift │ │ ├── ChildImageModel.swift │ │ ├── CommentLikeV3PostRequest.swift │ │ ├── CommentModel.swift │ │ ├── CommentV3PostRequest.swift │ │ ├── CommentV3PostResponse.swift │ │ ├── CommentV3PostResponseInteractionCounts.swift │ │ ├── ConnectedAccountModel.swift │ │ ├── ConnectedAccountModelConnectedAccount.swift │ │ ├── ConnectedAccountModelConnectedAccountData.swift │ │ ├── ContentCreatorListLastItems.swift │ │ ├── ContentCreatorListV3Response.swift │ │ ├── ContentLikeV3Request.swift │ │ ├── ContentPictureV3Response.swift │ │ ├── ContentPostV3Response.swift │ │ ├── ContentVideoV3Response.swift │ │ ├── ContentVideoV3ResponseLevelsInner.swift │ │ ├── ContentVideoV3ResponseTextTracksInner.swift │ │ ├── CreatorModelV2.swift │ │ ├── CreatorModelV2Extended.swift │ │ ├── CreatorModelV2ExtendedAllOf.swift │ │ ├── CreatorModelV3.swift │ │ ├── CreatorModelV3Category.swift │ │ ├── CreatorModelV3Owner.swift │ │ ├── CreatorModelV3OwnerOneOf.swift │ │ ├── DiscordRoleModel.swift │ │ ├── DiscordServerModel.swift │ │ ├── EdgeDataCenter.swift │ │ ├── EdgeModel.swift │ │ ├── EdgesModel.swift │ │ ├── ErrorModel.swift │ │ ├── ErrorModelErrorsInner.swift │ │ ├── FaqSectionModel.swift │ │ ├── FaqSectionModelFaqsInner.swift │ │ ├── GetCaptchaInfoResponse.swift │ │ ├── GetCaptchaInfoResponseV2.swift │ │ ├── GetCaptchaInfoResponseV2Variants.swift │ │ ├── GetCaptchaInfoResponseV2VariantsAndroid.swift │ │ ├── GetCaptchaInfoResponseV3.swift │ │ ├── GetCaptchaInfoResponseV3Variants.swift │ │ ├── GetProgressRequest.swift │ │ ├── GetProgressResponseInner.swift │ │ ├── ImageFileModel.swift │ │ ├── ImageModel.swift │ │ ├── LiveStreamModel.swift │ │ ├── LiveStreamModelOffline.swift │ │ ├── PaymentAddressModel.swift │ │ ├── PaymentInvoiceListV2Response.swift │ │ ├── PaymentInvoiceListV2ResponseInvoicesInner.swift │ │ ├── PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInner.swift │ │ ├── PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInnerPlan.swift │ │ ├── PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInnerPlanCreator.swift │ │ ├── PaymentMethodModel.swift │ │ ├── PaymentMethodModelCard.swift │ │ ├── PictureAttachmentModel.swift │ │ ├── PlanInfoV2Response.swift │ │ ├── PlanInfoV2ResponsePlansInner.swift │ │ ├── PlanInfoV2ResponsePlansInnerAllOf.swift │ │ ├── PostMetadataModel.swift │ │ ├── SubscriptionPlanModel.swift │ │ ├── UpdateProgressRequest.swift │ │ ├── UserActivityV3Response.swift │ │ ├── UserActivityV3ResponseActivityInner.swift │ │ ├── UserInfoV2Response.swift │ │ ├── UserInfoV2ResponseUsersInner.swift │ │ ├── UserInfoV2ResponseUsersInnerUser.swift │ │ ├── UserLinksV3ResponseValue.swift │ │ ├── UserLinksV3ResponseValueType.swift │ │ ├── UserModel.swift │ │ ├── UserNamedV2Response.swift │ │ ├── UserNotificationModel.swift │ │ ├── UserNotificationModelUserNotificationSetting.swift │ │ ├── UserNotificationUpdateV3PostRequest.swift │ │ ├── UserSecurityV2Response.swift │ │ ├── UserSelfModel.swift │ │ ├── UserSelfV3Response.swift │ │ ├── UserStatusV3Response.swift │ │ ├── UserSubscriptionModel.swift │ │ ├── VideoAttachmentModel.swift │ │ └── VotePollRequest.swift │ │ ├── OpenISO8601DateFormatter.swift │ │ └── Validation.swift ├── Package.swift └── README.md ├── LICENSE ├── PRIVACY.md ├── README.md ├── Wasserflug-tvOS.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── swiftpm │ │ └── Package.resolved └── xcshareddata │ └── xcschemes │ └── Wasserflug-tvOS.xcscheme ├── Wasserflug-tvOS ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── App Icon & Top Shelf Image.brandassets │ │ ├── App Icon - App Store.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── appstorebacktosize.png │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── appstorefronttosize.png │ │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ ├── App Icon.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ ├── icongbacktosize.png │ │ │ │ │ └── icongbacktosize@1x.png │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ ├── iconfronttosize.png │ │ │ │ │ └── iconfronttosize@1x.png │ │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Top Shelf Image Wide.imageset │ │ │ ├── Contents.json │ │ │ ├── topshelfwide-1.png │ │ │ ├── topshelfwide.png │ │ │ ├── topshelfwide@1x-1.png │ │ │ └── topshelfwide@1x.png │ │ └── Top Shelf Image.imageset │ │ │ ├── Contents.json │ │ │ ├── topshelf-1.png │ │ │ ├── topshelf.png │ │ │ ├── topshelf@1x-1.png │ │ │ └── topshelf@1x.png │ ├── Colors │ │ ├── Contents.json │ │ ├── FPBlue.colorset │ │ │ └── Contents.json │ │ ├── FPPlayButtonBlue.colorset │ │ │ └── Contents.json │ │ ├── FPSidebarBlue.colorset │ │ │ └── Contents.json │ │ ├── LiveChat │ │ │ ├── Contents.json │ │ │ ├── LCButtonBackground.colorset │ │ │ │ └── Contents.json │ │ │ ├── LCButtonBackgroundFocused.colorset │ │ │ │ └── Contents.json │ │ │ └── LCHeaderBackground.colorset │ │ │ │ └── Contents.json │ │ ├── UsernameColors │ │ │ ├── Contents.json │ │ │ ├── UsernameColor0.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor1.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor2.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor3.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor4.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor5.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor6.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor7.colorset │ │ │ │ └── Contents.json │ │ │ ├── UsernameColor8.colorset │ │ │ │ └── Contents.json │ │ │ └── UsernameColor9.colorset │ │ │ │ └── Contents.json │ │ ├── WatchProgressIndicatorBegin.colorset │ │ │ └── Contents.json │ │ └── WatchProgressIndicatorEnd.colorset │ │ │ └── Contents.json │ ├── Contents.json │ ├── badge-mod.imageset │ │ ├── Contents.json │ │ ├── badge-mod.png │ │ └── badge-mod@2x.png │ ├── floatplane-logo.imageset │ │ ├── Contents.json │ │ └── logo-white.svg │ ├── splash-bg.imageset │ │ ├── Contents.json │ │ └── splash-wide.jpg │ └── wasserflug-logo.imageset │ │ ├── Contents.json │ │ ├── logo@1x.png │ │ └── logo@2x.png ├── FloatplaneAPIClient+Extensions │ ├── CreatorOrChannel.swift │ ├── DeliveryHelper.swift │ ├── FloatplaneAPIClient+Extensions.swift │ └── UserModelShared.swift ├── Info.plist ├── Persistence.swift ├── Preview Content │ └── Preview Assets.xcassets │ │ └── Contents.json ├── Sockets │ ├── FPChatClient.swift │ ├── FPChatManager.swift │ ├── FPChatSocket.swift │ ├── FPFrontendSocket.swift │ ├── FPSocket.swift │ ├── LoadedEmote.swift │ ├── RenderedRadioChatter.swift │ ├── SocketDataEncoder │ │ ├── SocketDataEncoder.swift │ │ ├── SocketDataKeyedEncodingContainer.swift │ │ ├── SocketDataSingleValueEncodingContainer.swift │ │ ├── SocketDataUnkeyedEncodingContainer.swift │ │ └── Utils.swift │ └── SwiftUI+FPSocket.swift ├── SupplementalViews │ ├── AttachmentPills.swift │ ├── BlogPostContentView.swift │ ├── BlogPostSelectionView.swift │ ├── ErrorView.swift │ ├── ExecuteCode.swift │ ├── HideableView.swift │ ├── HideableView2.swift │ ├── LivestreamChatSidebar.swift │ ├── MediaThumbnail.swift │ ├── PlayButton.swift │ ├── PlayMediaView.swift │ ├── RadioChatterView.swift │ ├── VideoPlayerView.swift │ └── WaveformView.swift ├── Utilities │ ├── Authentication.swift │ ├── Errors.swift │ ├── FPAPIService.swift │ ├── FPColors.swift │ ├── InnerShadow.swift │ ├── NavigationCoordinator.swift │ ├── NotificationName+Extensions.swift │ ├── OSLoggingLogger.swift │ ├── OnCustomAppear.swift │ ├── OnFirstAppear.swift │ ├── Swift+Extensions.swift │ └── SwiftUI+Extensions.swift ├── ViewModels │ ├── AuthViewModel.swift │ ├── BaseViewModel.swift │ ├── BlogPostViewModel.swift │ ├── CreatorContentViewModel.swift │ ├── HomeViewModel.swift │ ├── LivestreamViewModel.swift │ ├── Mocks │ │ └── MockLivestreamViewModel.swift │ ├── PictureViewModel.swift │ ├── VideoViewModel.swift │ └── ViewModelState.swift ├── Views │ ├── BlogPostView.swift │ ├── ContentView.swift │ ├── CreatorContentView.swift │ ├── CreatorSearchView.swift │ ├── HomeView.swift │ ├── LivestreamPlayerView.swift │ ├── LivestreamView.swift │ ├── LoginView.swift │ ├── LoginView2.swift │ ├── PictureView.swift │ ├── RootTabView.swift │ ├── RootTabView2.swift │ ├── SecondFactorView.swift │ ├── SettingsView.swift │ ├── ToastBarView.swift │ └── VideoView.swift ├── Wasserflug-tvOS.entitlements ├── Wasserflug.xcdatamodeld │ └── Wasserflug.xcdatamodel │ │ └── contents └── Wasserflug_tvOSApp.swift ├── Wasserflug-tvOSTests └── Wasserflug_tvOSTests.swift ├── Wasserflug-tvOSUITests ├── Wasserflug_tvOSUITests.swift └── Wasserflug_tvOSUITestsLaunchTests.swift ├── async-schemas.json ├── floatplane-openapi-specification-trimmed.json ├── generate-floatplane-api-client.sh └── generate-floatplane-async-models.sh /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/.gitignore -------------------------------------------------------------------------------- /.swiftformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/.swiftformat -------------------------------------------------------------------------------- /BuildTools/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/BuildTools/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /BuildTools/Empty.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BuildTools/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/BuildTools/Package.resolved -------------------------------------------------------------------------------- /BuildTools/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/BuildTools/Package.swift -------------------------------------------------------------------------------- /FloatplaneAPIAsync/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIAsync/Package.swift -------------------------------------------------------------------------------- /FloatplaneAPIAsync/src/Extensions.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | extension RadioChatter: Identifiable { 4 | } 5 | -------------------------------------------------------------------------------- /FloatplaneAPIAsync/src/FloatplaneAPIAsyncModels.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIAsync/src/FloatplaneAPIAsyncModels.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/.gitignore -------------------------------------------------------------------------------- /FloatplaneAPIClient/.openapi-generator-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/.openapi-generator-ignore -------------------------------------------------------------------------------- /FloatplaneAPIClient/.openapi-generator/FILES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/.openapi-generator/FILES -------------------------------------------------------------------------------- /FloatplaneAPIClient/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 7.10.0 2 | -------------------------------------------------------------------------------- /FloatplaneAPIClient/.swiftformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/.swiftformat -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/AuthV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/AuthV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/AuthV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/AuthV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CDNV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CDNV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CommentV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CommentV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/ConnectedAccountsV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/ConnectedAccountsV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/ContentV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/ContentV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CreatorSubscriptionPlanV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CreatorSubscriptionPlanV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CreatorV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CreatorV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CreatorV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/CreatorV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/DeliveryV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/DeliveryV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/EdgesV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/EdgesV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/FAQV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/FAQV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/LoyaltyRewardsV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/LoyaltyRewardsV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/PaymentsV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/PaymentsV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/PollV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/PollV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/RedirectV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/RedirectV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/SocketV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/SocketV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/SubscriptionsV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/SubscriptionsV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/UserV2API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/UserV2API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/UserV3API.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/APIs/UserV3API.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Configuration.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Configuration.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/CustomExtensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/CustomExtensions.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Extensions.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AudioAttachmentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AudioAttachmentModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AudioAttachmentModelWaveform.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AudioAttachmentModelWaveform.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV2Request.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV2Request.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV3Request.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV3Request.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/AuthLoginV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3Channel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3Channel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3Creator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3Creator.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3CreatorOwner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/BlogPostModelV3CreatorOwner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2DownloadResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2DownloadResponse.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2DownloadResponseAllOf.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2DownloadResponseAllOf.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2QualityLevelModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2QualityLevelModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2ResourceModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2ResourceModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2ResourceModelData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2ResourceModelData.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2VodLivestreamResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV2VodLivestreamResponse.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Group.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Group.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3ImagePresentationCharacteristics.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3ImagePresentationCharacteristics.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MediaBitrateInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MediaBitrateInfo.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MediaBitrateInfoBitrate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MediaBitrateInfoBitrate.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MediaIdentityCharacteristics.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MediaIdentityCharacteristics.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Meta.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Meta.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaAudio.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaAudio.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaAudioAllOf.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaAudioAllOf.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaCommon.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaCommon.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaCommonAccess.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaCommonAccess.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaImage.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaLive.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaLive.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaVideo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaVideo.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaVideoAllOf.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3MetaVideoAllOf.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Origin.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Origin.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Variant.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CdnDeliveryV3Variant.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ChannelModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ChannelModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CheckFor2faLoginRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CheckFor2faLoginRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ChildImageModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ChildImageModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentLikeV3PostRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentLikeV3PostRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentV3PostRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentV3PostRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentV3PostResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentV3PostResponse.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentV3PostResponseInteractionCounts.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CommentV3PostResponseInteractionCounts.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ConnectedAccountModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ConnectedAccountModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ConnectedAccountModelConnectedAccount.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ConnectedAccountModelConnectedAccount.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ConnectedAccountModelConnectedAccountData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ConnectedAccountModelConnectedAccountData.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentCreatorListLastItems.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentCreatorListLastItems.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentCreatorListV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentCreatorListV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentLikeV3Request.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentLikeV3Request.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentPictureV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentPictureV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentPostV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentPostV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentVideoV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentVideoV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentVideoV3ResponseLevelsInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentVideoV3ResponseLevelsInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentVideoV3ResponseTextTracksInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ContentVideoV3ResponseTextTracksInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV2.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV2Extended.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV2Extended.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV2ExtendedAllOf.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV2ExtendedAllOf.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3Category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3Category.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3Owner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3Owner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3OwnerOneOf.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/CreatorModelV3OwnerOneOf.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/DiscordRoleModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/DiscordRoleModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/DiscordServerModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/DiscordServerModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/EdgeDataCenter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/EdgeDataCenter.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/EdgeModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/EdgeModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/EdgesModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/EdgesModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ErrorModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ErrorModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ErrorModelErrorsInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ErrorModelErrorsInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/FaqSectionModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/FaqSectionModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/FaqSectionModelFaqsInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/FaqSectionModelFaqsInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponse.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV2.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV2Variants.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV2Variants.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV2VariantsAndroid.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV2VariantsAndroid.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV3.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV3.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV3Variants.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetCaptchaInfoResponseV3Variants.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetProgressRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetProgressRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetProgressResponseInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/GetProgressResponseInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ImageFileModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ImageFileModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ImageModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/ImageModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/LiveStreamModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/LiveStreamModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/LiveStreamModelOffline.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/LiveStreamModelOffline.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentAddressModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentAddressModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInnerPlan.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInnerPlan.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInnerPlanCreator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentInvoiceListV2ResponseInvoicesInnerSubscriptionsInnerPlanCreator.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentMethodModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentMethodModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentMethodModelCard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PaymentMethodModelCard.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PictureAttachmentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PictureAttachmentModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PlanInfoV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PlanInfoV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PlanInfoV2ResponsePlansInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PlanInfoV2ResponsePlansInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PlanInfoV2ResponsePlansInnerAllOf.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PlanInfoV2ResponsePlansInnerAllOf.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PostMetadataModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/PostMetadataModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/SubscriptionPlanModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/SubscriptionPlanModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UpdateProgressRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UpdateProgressRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserActivityV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserActivityV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserActivityV3ResponseActivityInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserActivityV3ResponseActivityInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserInfoV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserInfoV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserInfoV2ResponseUsersInner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserInfoV2ResponseUsersInner.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserInfoV2ResponseUsersInnerUser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserInfoV2ResponseUsersInnerUser.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserLinksV3ResponseValue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserLinksV3ResponseValue.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserLinksV3ResponseValueType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserLinksV3ResponseValueType.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNamedV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNamedV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNotificationModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNotificationModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNotificationModelUserNotificationSetting.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNotificationModelUserNotificationSetting.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNotificationUpdateV3PostRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserNotificationUpdateV3PostRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSecurityV2Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSecurityV2Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSelfModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSelfModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSelfV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSelfV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserStatusV3Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserStatusV3Response.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSubscriptionModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/UserSubscriptionModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/VideoAttachmentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/VideoAttachmentModel.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/VotePollRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Models/VotePollRequest.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/OpenISO8601DateFormatter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/OpenISO8601DateFormatter.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Validation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/FloatplaneAPIClient/Classes/OpenAPIs/Validation.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/Package.swift -------------------------------------------------------------------------------- /FloatplaneAPIClient/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/FloatplaneAPIClient/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/LICENSE -------------------------------------------------------------------------------- /PRIVACY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/PRIVACY.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/README.md -------------------------------------------------------------------------------- /Wasserflug-tvOS.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Wasserflug-tvOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Wasserflug-tvOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Wasserflug-tvOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved -------------------------------------------------------------------------------- /Wasserflug-tvOS.xcodeproj/xcshareddata/xcschemes/Wasserflug-tvOS.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS.xcodeproj/xcshareddata/xcschemes/Wasserflug-tvOS.xcscheme -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/AccentColor.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/appstorebacktosize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/appstorebacktosize.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/appstorefronttosize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/appstorefronttosize.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/icongbacktosize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/icongbacktosize.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/icongbacktosize@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/icongbacktosize@1x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/iconfronttosize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/iconfronttosize.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/iconfronttosize@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/iconfronttosize@1x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide-1.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide@1x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide@1x-1.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/topshelfwide@1x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf-1.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf@1x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf@1x-1.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/topshelf@1x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/FPBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/FPBlue.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/FPPlayButtonBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/FPPlayButtonBlue.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/FPSidebarBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/FPSidebarBlue.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/LCButtonBackground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/LCButtonBackground.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/LCButtonBackgroundFocused.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/LCButtonBackgroundFocused.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/LCHeaderBackground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/LiveChat/LCHeaderBackground.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor0.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor0.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor1.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor1.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor2.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor2.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor3.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor3.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor4.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor4.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor5.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor5.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor6.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor6.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor7.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor7.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor8.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor8.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor9.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/UsernameColors/UsernameColor9.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/WatchProgressIndicatorBegin.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/WatchProgressIndicatorBegin.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Colors/WatchProgressIndicatorEnd.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Colors/WatchProgressIndicatorEnd.colorset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/badge-mod.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/badge-mod.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/badge-mod.imageset/badge-mod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/badge-mod.imageset/badge-mod.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/badge-mod.imageset/badge-mod@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/badge-mod.imageset/badge-mod@2x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/floatplane-logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/floatplane-logo.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/floatplane-logo.imageset/logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/floatplane-logo.imageset/logo-white.svg -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/splash-bg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/splash-bg.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/splash-bg.imageset/splash-wide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/splash-bg.imageset/splash-wide.jpg -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/wasserflug-logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/wasserflug-logo.imageset/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/wasserflug-logo.imageset/logo@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/wasserflug-logo.imageset/logo@1x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/Assets.xcassets/wasserflug-logo.imageset/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Assets.xcassets/wasserflug-logo.imageset/logo@2x.png -------------------------------------------------------------------------------- /Wasserflug-tvOS/FloatplaneAPIClient+Extensions/CreatorOrChannel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/FloatplaneAPIClient+Extensions/CreatorOrChannel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/FloatplaneAPIClient+Extensions/DeliveryHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/FloatplaneAPIClient+Extensions/DeliveryHelper.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/FloatplaneAPIClient+Extensions/FloatplaneAPIClient+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/FloatplaneAPIClient+Extensions/FloatplaneAPIClient+Extensions.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/FloatplaneAPIClient+Extensions/UserModelShared.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/FloatplaneAPIClient+Extensions/UserModelShared.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Info.plist -------------------------------------------------------------------------------- /Wasserflug-tvOS/Persistence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Persistence.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Preview Content/Preview Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Preview Content/Preview Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/FPChatClient.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/FPChatClient.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/FPChatManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/FPChatManager.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/FPChatSocket.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/FPChatSocket.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/FPFrontendSocket.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/FPFrontendSocket.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/FPSocket.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/FPSocket.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/LoadedEmote.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/LoadedEmote.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/RenderedRadioChatter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/RenderedRadioChatter.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataEncoder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataEncoder.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataKeyedEncodingContainer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataKeyedEncodingContainer.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataSingleValueEncodingContainer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataSingleValueEncodingContainer.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataUnkeyedEncodingContainer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/SocketDataEncoder/SocketDataUnkeyedEncodingContainer.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/SocketDataEncoder/Utils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/SocketDataEncoder/Utils.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Sockets/SwiftUI+FPSocket.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Sockets/SwiftUI+FPSocket.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/AttachmentPills.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/AttachmentPills.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/BlogPostContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/BlogPostContentView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/BlogPostSelectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/BlogPostSelectionView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/ErrorView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/ErrorView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/ExecuteCode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/ExecuteCode.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/HideableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/HideableView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/HideableView2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/HideableView2.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/LivestreamChatSidebar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/LivestreamChatSidebar.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/MediaThumbnail.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/MediaThumbnail.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/PlayButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/PlayButton.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/PlayMediaView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/PlayMediaView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/RadioChatterView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/RadioChatterView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/VideoPlayerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/VideoPlayerView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/SupplementalViews/WaveformView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/SupplementalViews/WaveformView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/Authentication.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/Authentication.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/Errors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/Errors.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/FPAPIService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/FPAPIService.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/FPColors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/FPColors.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/InnerShadow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/InnerShadow.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/NavigationCoordinator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/NavigationCoordinator.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/NotificationName+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/NotificationName+Extensions.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/OSLoggingLogger.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/OSLoggingLogger.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/OnCustomAppear.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/OnCustomAppear.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/OnFirstAppear.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/OnFirstAppear.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/Swift+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/Swift+Extensions.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Utilities/SwiftUI+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Utilities/SwiftUI+Extensions.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/AuthViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/AuthViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/BaseViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/BaseViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/BlogPostViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/BlogPostViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/CreatorContentViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/CreatorContentViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/HomeViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/HomeViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/LivestreamViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/LivestreamViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/Mocks/MockLivestreamViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/Mocks/MockLivestreamViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/PictureViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/PictureViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/VideoViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/VideoViewModel.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/ViewModels/ViewModelState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/ViewModels/ViewModelState.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/BlogPostView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/BlogPostView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/ContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/ContentView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/CreatorContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/CreatorContentView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/CreatorSearchView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/CreatorSearchView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/HomeView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/HomeView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/LivestreamPlayerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/LivestreamPlayerView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/LivestreamView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/LivestreamView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/LoginView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/LoginView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/LoginView2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/LoginView2.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/PictureView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/PictureView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/RootTabView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/RootTabView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/RootTabView2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/RootTabView2.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/SecondFactorView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/SecondFactorView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/SettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/SettingsView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/ToastBarView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/ToastBarView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Views/VideoView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Views/VideoView.swift -------------------------------------------------------------------------------- /Wasserflug-tvOS/Wasserflug-tvOS.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Wasserflug-tvOS.entitlements -------------------------------------------------------------------------------- /Wasserflug-tvOS/Wasserflug.xcdatamodeld/Wasserflug.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Wasserflug.xcdatamodeld/Wasserflug.xcdatamodel/contents -------------------------------------------------------------------------------- /Wasserflug-tvOS/Wasserflug_tvOSApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOS/Wasserflug_tvOSApp.swift -------------------------------------------------------------------------------- /Wasserflug-tvOSTests/Wasserflug_tvOSTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOSTests/Wasserflug_tvOSTests.swift -------------------------------------------------------------------------------- /Wasserflug-tvOSUITests/Wasserflug_tvOSUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOSUITests/Wasserflug_tvOSUITests.swift -------------------------------------------------------------------------------- /Wasserflug-tvOSUITests/Wasserflug_tvOSUITestsLaunchTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/Wasserflug-tvOSUITests/Wasserflug_tvOSUITestsLaunchTests.swift -------------------------------------------------------------------------------- /async-schemas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/async-schemas.json -------------------------------------------------------------------------------- /floatplane-openapi-specification-trimmed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/floatplane-openapi-specification-trimmed.json -------------------------------------------------------------------------------- /generate-floatplane-api-client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/generate-floatplane-api-client.sh -------------------------------------------------------------------------------- /generate-floatplane-async-models.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamamp/Wasserflug-tvOS/HEAD/generate-floatplane-async-models.sh --------------------------------------------------------------------------------