Skip to content

Commit

Permalink
fix: ci build attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 17, 2024
1 parent d040d30 commit cf3540f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PostHog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down
88 changes: 44 additions & 44 deletions PostHog/PostHog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PostHog/PublicHeader.h>
#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 <PostHog/backward_references_enc.h>
#import <PostHog/bit_reader_utils.h>
#import <PostHog/bit_writer_utils.h>
#import <PostHog/color_cache_utils.h>
#import <PostHog/common_dec.h>
#import <PostHog/common_sse2.h>
#import <PostHog/common_sse41.h>
#import <PostHog/cost_enc.h>
#import <PostHog/cpu.h>
#import <PostHog/decode.h>
#import <PostHog/dsp.h>
#import <PostHog/encode.h>
#import <PostHog/endian_inl_utils.h>
#import <PostHog/filters_utils.h>
#import <PostHog/format_constants.h>
#import <PostHog/histogram_enc.h>
#import <PostHog/huffman_encode_utils.h>
#import <PostHog/lossless.h>
#import <PostHog/lossless_common.h>
#import <PostHog/mux.h>
#import <PostHog/muxi.h>
#import <PostHog/mux_types.h>
#import <PostHog/neon.h>
#import <PostHog/palette.h>
#import <PostHog/quant.h>
#import <PostHog/quant_levels_utils.h>
#import <PostHog/random_utils.h>
#import <PostHog/rescaler_utils.h>
#import <PostHog/sharpyuv.h>
#import <PostHog/sharpyuv_cpu.h>
#import <PostHog/sharpyuv_csp.h>
#import <PostHog/sharpyuv_dsp.h>
#import <PostHog/sharpyuv_gamma.h>
#import <PostHog/thread_utils.h>
#import <PostHog/types.h>
#import <PostHog/utils.h>
#import <PostHog/vp8i_enc.h>
#import <PostHog/vp8li_enc.h>
#import <PostHog/vp8_dec.h>
#import <PostHog/vp8i_dec.h>
#import <PostHog/vp8li_dec.h>
#import <PostHog/webpi_dec.h>
#import <PostHog/huffman_utils.h>
#import <PostHog/yuv.h>

0 comments on commit cf3540f

Please sign in to comment.