From 0872977a6fa31feb8f480a1e3e42821566390927 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 10 Nov 2023 13:52:33 +0100 Subject: [PATCH] fix --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 554f936ae..cc7f4f4e4 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,9 @@ buildSdk: set -o pipefail && xcrun xcodebuild build -scheme PostHog -destination generic/platform=tvos | xcpretty #tvOS set -o pipefail && xcrun xcodebuild build -scheme PostHog -destination generic/platform=watchos | xcpretty #watchOS - buildExamples: cd PostHogExampleWithPods && pod install cd .. - ls PostHogExampleWithPods/PostHogExampleWithPods.xcworkspace set -o pipefail && xcrun xcodebuild build -workspace PostHogExampleWithPods/PostHogExampleWithPods.xcworkspace -scheme PostHogExampleWithPods -destination generic/platform=ios | xcpretty #CocoaPods set -o pipefail && xcrun xcodebuild build -scheme PostHogExampleWithSPM -destination generic/platform=ios | xcpretty #SPM set -o pipefail && xcrun xcodebuild build -scheme PostHogExample -destination generic/platform=ios | xcpretty #ios