Skip to content

Commit

Permalink
update path for bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-kaijing committed Jan 19, 2024
1 parent 664783b commit bbc01e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Classes/PINRemoteImageDownloadTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#if SWIFT_PACKAGE
@import PINOperation;
#else
#import "../PINOperation/Source/PINOperation.h"
#import "../_main~non_module_dependencies~PINOperation/Source/PINOperation.h"
#endif

#import "PINRemoteImageManager+Private.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/Classes/PINRemoteImageTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#if SWIFT_PACKAGE
@import PINOperation;
#else
#import "../PINOperation/Source/PINOperation.h"
#import "../_main~non_module_dependencies~PINOperation/Source/PINOperation.h"
#endif

#import "Source/Classes/PINRemoteImageCallbacks.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/Classes/include/PINCache+PINRemoteImageCaching.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#ifdef BAZEL
#import "../PINCache/Source/PINCache.h"
#import "../_main~non_module_dependencies~PINCache/Source/PINCache.h"
#else
#ifdef SWIFT_PACKAGE
@import PINCache;
Expand Down

0 comments on commit bbc01e6

Please sign in to comment.