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. //