From b01cd5baa8cb15f06ddb330fde585455394eceb6 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 18 Oct 2023 21:50:30 +0200 Subject: [PATCH] fix lint --- .github/workflows/build.yml | 2 -- PostHog/PostHogSDK.swift | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4432c72bc..96fc48f94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,8 +18,6 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.0' - - name: Get swift version - run: swift --version - name: Build SDK run: make buildSdk - name: Build Example diff --git a/PostHog/PostHogSDK.swift b/PostHog/PostHogSDK.swift index 923acb998..54a31772e 100644 --- a/PostHog/PostHogSDK.swift +++ b/PostHog/PostHogSDK.swift @@ -1,6 +1,6 @@ // -// PostHog.swift -// PostHog +// PostHogSDK.swift +// PostHogSDK // // Created by Ben White on 07.02.23. //