From c86ef7dd55ce2a18a7655f8d63535b8e07506f05 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 10 Nov 2023 13:48:22 +0100 Subject: [PATCH] test --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28cf11819..554f936ae 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,9 @@ buildSdk: buildExamples: cd PostHogExampleWithPods && pod install - set -o pipefail && xcrun xcodebuild build -workspace PostHogExampleWithPods.xcworkspace -scheme PostHogExampleWithPods -destination generic/platform=ios | xcpretty #CocoaPods 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 set -o pipefail && xcrun xcodebuild build -scheme PostHogObjCExample -destination generic/platform=ios | xcpretty #ObjC