From cf3540f83381c044d2a64b6848f746d383ca9313 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Tue, 17 Dec 2024 15:01:50 +0200 Subject: [PATCH] fix: ci build attempt --- Makefile | 16 +++--- PostHog.xcodeproj/project.pbxproj | 2 +- PostHog/PostHog.h | 88 +++++++++++++++---------------- 3 files changed, 53 insertions(+), 53 deletions(-) diff --git a/Makefile b/Makefile index 787b81bef..ec9dd282d 100644 --- a/Makefile +++ b/Makefile @@ -13,16 +13,16 @@ buildSdk: buildExamples: set -o pipefail && xcrun xcodebuild -downloadAllPlatforms - set -o pipefail && xcrun xcodebuild build -scheme PostHogExample -destination generic/platform=ios | xcpretty #ios - set -o pipefail && xcrun xcodebuild build -scheme PostHogExample -destination 'platform=visionOS Simulator,name=Apple Vision Pro' | xcpretty #visionOS - set -o pipefail && xcrun xcodebuild build -scheme PostHogObjCExample -destination generic/platform=ios | xcpretty #ObjC - set -o pipefail && xcrun xcodebuild build -scheme PostHogExampleMacOS -destination generic/platform=macos | xcpretty #macOS - set -o pipefail && xcrun xcodebuild build -scheme 'PostHogExampleWatchOS Watch App' -destination generic/platform=watchos | xcpretty #watchOS - set -o pipefail && xcrun xcodebuild build -scheme PostHogExampleTvOS -destination generic/platform=tvos | xcpretty #watchOS + 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 + set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExampleMacOS -destination generic/platform=macos | xcpretty #macOS + set -o pipefail && xcrun xcodebuild clean build -scheme 'PostHogExampleWatchOS Watch App' -destination generic/platform=watchos | xcpretty #watchOS + set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExampleTvOS -destination generic/platform=tvos | xcpretty #watchOS cd PostHogExampleWithPods && pod install cd .. - 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 clean build -workspace PostHogExampleWithPods/PostHogExampleWithPods.xcworkspace -scheme PostHogExampleWithPods -destination generic/platform=ios | xcpretty #CocoaPods + set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExampleWithSPM -destination generic/platform=ios | xcpretty #SPM format: swiftLint swiftFormat diff --git a/PostHog.xcodeproj/project.pbxproj b/PostHog.xcodeproj/project.pbxproj index d382e21ab..d53d230c8 100644 --- a/PostHog.xcodeproj/project.pbxproj +++ b/PostHog.xcodeproj/project.pbxproj @@ -150,7 +150,7 @@ DA5AA7192CE245D2004EFB99 /* UIApplication+.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA5AA7132CE245CD004EFB99 /* UIApplication+.swift */; }; DA5B85882CD21CBB00686389 /* AutocaptureEventProcessing.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA5B85872CD21CBB00686389 /* AutocaptureEventProcessing.swift */; }; DA6B7C0B2D118C4E0024419F /* PostHog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AC745B5296D6FE60025C109 /* PostHog.framework */; }; - DA6B7C0C2D118C4E0024419F /* PostHog.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3AC745B5296D6FE60025C109 /* PostHog.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + DA6B7C0C2D118C4E0024419F /* PostHog.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3AC745B5296D6FE60025C109 /* PostHog.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; DA7185482D07E11200396388 /* input_3.png in Resources */ = {isa = PBXBuildFile; fileRef = DA7185442D07E11200396388 /* input_3.png */; }; DA7185492D07E11200396388 /* input_2.png in Resources */ = {isa = PBXBuildFile; fileRef = DA7185432D07E11200396388 /* input_2.png */; }; DA71854A2D07E11200396388 /* output_1.webp in Resources */ = {isa = PBXBuildFile; fileRef = DA7185452D07E11200396388 /* output_1.webp */; }; diff --git a/PostHog/PostHog.h b/PostHog/PostHog.h index a5b69396b..ffb11c163 100644 --- a/PostHog/PostHog.h +++ b/PostHog/PostHog.h @@ -14,47 +14,47 @@ FOUNDATION_EXPORT double PostHogVersionNumber; FOUNDATION_EXPORT const unsigned char PostHogVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import -#import "backward_references_enc.h" -#import "bit_reader_utils.h" -#import "bit_writer_utils.h" -#import "color_cache_utils.h" -#import "common_dec.h" -#import "common_sse2.h" -#import "common_sse41.h" -#import "cost_enc.h" -#import "cpu.h" -#import "decode.h" -#import "dsp.h" -#import "encode.h" -#import "endian_inl_utils.h" -#import "filters_utils.h" -#import "format_constants.h" -#import "histogram_enc.h" -#import "huffman_encode_utils.h" -#import "lossless.h" -#import "lossless_common.h" -#import "mux.h" -#import "muxi.h" -#import "mux_types.h" -#import "neon.h" -#import "palette.h" -#import "quant.h" -#import "quant_levels_utils.h" -#import "random_utils.h" -#import "rescaler_utils.h" -#import "sharpyuv.h" -#import "sharpyuv_cpu.h" -#import "sharpyuv_csp.h" -#import "sharpyuv_dsp.h" -#import "sharpyuv_gamma.h" -#import "thread_utils.h" -#import "types.h" -#import "utils.h" -#import "vp8i_enc.h" -#import "vp8li_enc.h" -#import "vp8_dec.h" -#import "vp8i_dec.h" -#import "vp8li_dec.h" -#import "webpi_dec.h" -#import "huffman_utils.h" -#import "yuv.h" +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import