Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
invpt committed Mar 22, 2024
1 parent f5810d9 commit 39d0cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/Classes/TourForgeBaselinePlugin.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#import "TourForgeBaselinePlugin.h"
#if __has_include(<tourforge/tourforge-Swift.h>)
#import <tourforge/tourforge-Swift.h>
#if __has_include(<tourforge_baseline/tourforge_baseline-Swift.h>)
#import <tourforge_baseline/tourforge_baseline-Swift.h>
#else
// Support project import fallback if the generated compatibility header
// is not copied when this plugin is created as a library.
// https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816
#import "tourforge-Swift.h"
#import "tourforge_baseline-Swift.h"
#endif

@implementation TourForgeBaselinePlugin
Expand Down

0 comments on commit 39d0cfb

Please sign in to comment.