gitextract_a2ozbqvp/ ├── .bundle/ │ └── config ├── .gitattributes ├── .gitignore ├── .swiftlint.yml ├── Cartfile ├── Cartfile.resolved ├── Gemfile ├── LICENSE ├── README.md ├── Resources/ │ ├── AppIcon.icon/ │ │ └── icon.json │ ├── Assets.xcassets/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── MainMenu.xib │ ├── Info.plist │ └── services.json ├── Scripts/ │ ├── generate_adobe_services.swift │ ├── generate_apple_services.swift │ ├── generate_aws_services.swift │ ├── generate_azure_devops_services.swift │ ├── generate_azure_services.swift │ ├── generate_google_services.swift │ ├── generate_salesforce_services.swift │ └── generate_services_plist.sh ├── extract.rb ├── openai.html ├── sort.rb ├── stts/ │ ├── AppDelegate.swift │ ├── AppearanceObserver.swift │ ├── BottomBar.swift │ ├── CustomScrollView.swift │ ├── DataLoader.swift │ ├── EditorTableView/ │ │ └── EditorTableCell.swift │ ├── Extensions/ │ │ ├── Atomic.swift │ │ ├── NSScreenExtensions.swift │ │ ├── StringExtensions.swift │ │ └── TaskExtensions.swift │ ├── HeadlessHTMLRenderer.swift │ ├── Icons.swift │ ├── Preferences/ │ │ ├── PreferencesGeneralView.swift │ │ ├── PreferencesServicesView.swift │ │ └── PreferencesWindow.swift │ ├── Preferences.swift │ ├── PreferencesWindow/ │ │ ├── NSAppearance+Extensions.swift │ │ ├── PreferencesAboutView.swift │ │ ├── PreferencesSidebarMenu.swift │ │ └── PreferencesWindowController.swift │ ├── ServiceLoader/ │ │ ├── AppDefinedServiceDefinitionProvider.swift │ │ ├── BundleServiceDefinitionProvider.swift │ │ ├── ServiceDefinition.swift │ │ ├── ServiceDefinitionProvider.swift │ │ ├── ServiceLoader.swift │ │ ├── ServicesStructure.swift │ │ └── UserDefinedServiceDefinitionProvider.swift │ ├── ServiceTableView/ │ │ ├── ServiceTableRowView.swift │ │ ├── ServiceTableViewController.swift │ │ ├── StatusIndicator.swift │ │ └── StatusTableCell.swift │ ├── Services/ │ │ ├── Algolia.swift │ │ ├── AzureAll.swift │ │ ├── AzureDevOpsAll.swift │ │ ├── Beanstalk.swift │ │ ├── Broadcom.swift │ │ ├── Evernote.swift │ │ ├── Fastly.swift │ │ ├── Firebase.swift │ │ ├── Generated/ │ │ │ ├── AWSServices.swift │ │ │ ├── AdobeServices.swift │ │ │ ├── AppleServices.swift │ │ │ ├── AzureDevOpsServices.swift │ │ │ ├── AzureServices.swift │ │ │ ├── FirebaseServices.swift │ │ │ ├── GoogleCloudPlatformServices.swift │ │ │ └── SalesforceProducts.swift │ │ ├── GoogleCloudPlatformAll.swift │ │ ├── MiroAll.swift │ │ ├── Okta.swift │ │ ├── OracleNetSuite.swift │ │ ├── PagerDuty/ │ │ │ └── PagerDuty.swift │ │ ├── PayPal/ │ │ │ ├── PayPalAPIProduction.swift │ │ │ ├── PayPalAPISandbox.swift │ │ │ ├── PayPalProductProduction.swift │ │ │ └── PayPalProductSandbox.swift │ │ ├── PlayStation Network/ │ │ │ ├── PSNAmerica.swift │ │ │ ├── PSNAsia.swift │ │ │ └── PSNEurope.swift │ │ ├── SendbirdAll.swift │ │ ├── SignalWire.swift │ │ ├── Slack.swift │ │ ├── Stripe.swift │ │ ├── Super/ │ │ │ ├── AWSService.swift │ │ │ ├── AWSStore.swift │ │ │ ├── Adobe.swift │ │ │ ├── AdobeStore.swift │ │ │ ├── Apple.swift │ │ │ ├── AppleDeveloper.swift │ │ │ ├── AppleStore.swift │ │ │ ├── Azure.swift │ │ │ ├── AzureDevOps.swift │ │ │ ├── AzureDevOpsStore.swift │ │ │ ├── AzureStore.swift │ │ │ ├── BetterStackService.swift │ │ │ ├── BetterUptimeService.swift │ │ │ ├── CStateService.swift │ │ │ ├── CachetService.swift │ │ │ ├── ExanaService.swift │ │ │ ├── FirebaseService.swift │ │ │ ├── FirebaseStatusDashboardStore.swift │ │ │ ├── GoogleCloudPlatform.swift │ │ │ ├── GoogleStatusDashboardStore.swift │ │ │ ├── IncidentIOService.swift │ │ │ ├── IndependentService.swift │ │ │ ├── InstatusService.swift │ │ │ ├── LambStatusService.swift │ │ │ ├── MiroService.swift │ │ │ ├── PagerDutyService.swift │ │ │ ├── PayPal.swift │ │ │ ├── PlayStationNetwork.swift │ │ │ ├── Salesforce.swift │ │ │ ├── SalesforceCategories.swift │ │ │ ├── SalesforceStore.swift │ │ │ ├── SendbirdService.swift │ │ │ ├── Service.swift │ │ │ ├── ServiceStore.swift │ │ │ ├── Site24x7Service.swift │ │ │ ├── SorryService.swift │ │ │ ├── StatusCakeService.swift │ │ │ ├── StatusCastService.swift │ │ │ ├── StatusHubService.swift │ │ │ ├── StatusPageService.swift │ │ │ ├── StatusioV1Service.swift │ │ │ ├── StatuspalService.swift │ │ │ └── UptimeDotComService.swift │ │ ├── UptimeDotCom/ │ │ │ ├── JSDelivr.swift │ │ │ ├── Recurly.swift │ │ │ └── UptimeDotCom.swift │ │ └── Zendesk.swift │ ├── SwitchableTableViewController.swift │ └── stts.entitlements ├── stts.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ ├── IDEWorkspaceChecks.plist │ │ └── swiftpm/ │ │ └── Package.resolved │ └── xcshareddata/ │ └── xcschemes/ │ └── stts.xcscheme └── sttsTests/ ├── AdobeTests.swift ├── BetterStackTests.swift ├── Helpers/ │ └── TestBundle.swift ├── IncidentIOTests.swift ├── Info.plist ├── InstatusTests.swift ├── MiroTests.swift ├── Mocks/ │ ├── ResponseOverridingURLSession.swift │ └── ResponseSizeTrackingURLSession.swift ├── PagerDutyTests.swift ├── Resources/ │ ├── adobe-analytics-minor.json │ ├── aiven-minor.html │ ├── buildjet-good.html │ ├── eyloo-major.html │ ├── linear-good.html │ ├── mastodonsocial-major.html │ ├── miro-good.html │ ├── miro-issue.html │ ├── openai-major.html │ ├── pagerduty-good.html │ ├── pagerduty-minor.html │ ├── rollbar-good.html │ └── whereby-good.html ├── StringExtensionsTests.swift └── sttsTests.swift