From f1177e27b400b3e0532cfd04c60b36ade4bdb4ac Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Tue, 4 Apr 2023 12:06:05 +0800 Subject: [PATCH] iOS: rename YGLayout header file --- DoricCore.podspec | 2 +- doric-iOS/Pod/Yoga/YogaKit/UIView+Yoga.h | 2 +- doric-iOS/Pod/Yoga/YogaKit/YGLayout+Private.h | 2 +- doric-iOS/Pod/Yoga/YogaKit/{YGLayout.h => YGLayoutKit.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename doric-iOS/Pod/Yoga/YogaKit/{YGLayout.h => YGLayoutKit.h} (100%) diff --git a/DoricCore.podspec b/DoricCore.podspec index c1d17c9c..4b6ddd51 100644 --- a/DoricCore.podspec +++ b/DoricCore.podspec @@ -15,7 +15,7 @@ Doric iOS SDK for cross platform develpment s.ios.deployment_target = '8.0' - s.source_files = 'doric-iOS/Pod/Classes/**/*','doric-iOS/Pod/Yoga/**/*.h' + s.source_files = 'doric-iOS/Pod/Classes/**/*','doric-iOS/Pod/Yoga/**/*' s.resource_bundles = { 'Doric' => ['doric-js/bundle/**/*'] } diff --git a/doric-iOS/Pod/Yoga/YogaKit/UIView+Yoga.h b/doric-iOS/Pod/Yoga/YogaKit/UIView+Yoga.h index cac23385..e423d744 100644 --- a/doric-iOS/Pod/Yoga/YogaKit/UIView+Yoga.h +++ b/doric-iOS/Pod/Yoga/YogaKit/UIView+Yoga.h @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -#import "YGLayout.h" +#import "YGLayoutKit.h" #import NS_ASSUME_NONNULL_BEGIN diff --git a/doric-iOS/Pod/Yoga/YogaKit/YGLayout+Private.h b/doric-iOS/Pod/Yoga/YogaKit/YGLayout+Private.h index ea33e930..5e1ed4d2 100644 --- a/doric-iOS/Pod/Yoga/YogaKit/YGLayout+Private.h +++ b/doric-iOS/Pod/Yoga/YogaKit/YGLayout+Private.h @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -#import "YGLayout.h" +#import "YGLayoutKit.h" #import "Yoga.h" @interface YGLayout () diff --git a/doric-iOS/Pod/Yoga/YogaKit/YGLayout.h b/doric-iOS/Pod/Yoga/YogaKit/YGLayoutKit.h similarity index 100% rename from doric-iOS/Pod/Yoga/YogaKit/YGLayout.h rename to doric-iOS/Pod/Yoga/YogaKit/YGLayoutKit.h