Fix SPM ompilation error
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
#import "YGLayout.h"
|
||||
#import "YogaKit.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import <yoga/Yoga.h>
|
||||
#import "YGLayout.h"
|
||||
#import "../../yoga/Yoga.h"
|
||||
#import "YogaKit.h"
|
||||
|
||||
@interface YGLayout ()
|
||||
|
||||
|
@@ -13,9 +13,9 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
#import <yoga/YGEnums.h>
|
||||
#import <yoga/YGMacros.h>
|
||||
#import <yoga/Yoga.h>
|
||||
#import "../../yoga/YGEnums.h"
|
||||
#import "../../yoga/YGMacros.h"
|
||||
#import "../../yoga/Yoga.h"
|
||||
|
||||
YG_EXTERN_C_BEGIN
|
||||
|
2
YogaKit/Source/modulemap/YogaKit-umbrella.h
Normal file
2
YogaKit/Source/modulemap/YogaKit-umbrella.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#import "../YogaKit.h"
|
||||
#import "../UIView+Yoga.h"
|
4
YogaKit/Source/modulemap/module.modulemap
Normal file
4
YogaKit/Source/modulemap/module.modulemap
Normal file
@@ -0,0 +1,4 @@
|
||||
module YogaKit {
|
||||
umbrella header "YogaKit-umbrella.h"
|
||||
export *
|
||||
}
|
Reference in New Issue
Block a user