Skip to content

Commit

Permalink
#747 fix xcode 15 cinterop compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Dec 7, 2024
1 parent f308f1b commit cc64117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions resources/src/appleMain/objective-c/MRResourcesBundle.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#import <limits.h>
#import <stdarg.h>
#import <Foundation/NSBundle.h>

Expand Down
2 changes: 0 additions & 2 deletions resources/src/appleMain/objective-c/MRResourcesBundle.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// ar rcs libMRResourcesBundle.a source.o
// lipo -info libMRResourcesBundle.a

#import <stdarg.h>
#import <Foundation/NSBundle.h>
#import "MRResourcesBundle.h"

@implementation ResourcesBundleAnchor
Expand Down

0 comments on commit cc64117

Please sign in to comment.