Skip to content

Commit

Permalink
fix: build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Jan 28, 2025
1 parent 0e8610c commit 8d60ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildExamples: \
buildExamplePodsStatic \

buildExamplesPlatforms:
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExample -destination generic/platform=ios | xcpretty #ios
set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExample -destination 'platform=visionOS Simulator,name=Apple Vision Pro' | xcpretty #visionOS
set -o pipefail && xcrun xcodebuild clean build -scheme PostHogObjCExample -destination generic/platform=ios | xcpretty #ObjC
Expand Down

0 comments on commit 8d60ebf

Please sign in to comment.