Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 67ffeb3

Browse files
committed
fix WeexSDK-Dynamic WXRecyclerComponent.h to public
1 parent 63b9ba2 commit 67ffeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/sdk/WeexSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
B8394F3821468AF100CA1EFF /* render_action_trigger_vsync.h in Headers */ = {isa = PBXBuildFile; fileRef = B8394F3521468AF100CA1EFF /* render_action_trigger_vsync.h */; };
375375
B8394F3921468AF100CA1EFF /* render_action_trigger_vsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8394F3621468AF100CA1EFF /* render_action_trigger_vsync.cpp */; };
376376
B8394F3A21468AF100CA1EFF /* render_action_trigger_vsync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8394F3621468AF100CA1EFF /* render_action_trigger_vsync.cpp */; };
377-
B85ED3032126715100EBEC11 /* WXRecyclerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 745B2D601E5A8E1E0092D38A /* WXRecyclerComponent.h */; };
377+
B85ED3032126715100EBEC11 /* WXRecyclerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 745B2D601E5A8E1E0092D38A /* WXRecyclerComponent.h */; settings = {ATTRIBUTES = (Public, ); }; };
378378
B863DF322107308000EA887D /* WXBridgeContext.m in Sources */ = {isa = PBXBuildFile; fileRef = B863DF312107307F00EA887D /* WXBridgeContext.m */; };
379379
B863DF332107313400EA887D /* WXBridgeContext.m in Sources */ = {isa = PBXBuildFile; fileRef = B863DF312107307F00EA887D /* WXBridgeContext.m */; };
380380
B87B9E7D21539B3300B6DC61 /* WXVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = B87B9E7B21539B3300B6DC61 /* WXVersion.h */; };
@@ -2932,11 +2932,11 @@
29322932
isa = PBXHeadersBuildPhase;
29332933
buildActionMask = 2147483647;
29342934
files = (
2935+
B85ED3032126715100EBEC11 /* WXRecyclerComponent.h in Headers */,
29352936
7715EB6321A69DD9001F1108 /* WXRichText.h in Headers */,
29362937
B8D66C1C21255730003960BD /* style.h in Headers */,
29372938
B8D66C2421255730003960BD /* layout.h in Headers */,
29382939
B8D66C2621255730003960BD /* flex_enum.h in Headers */,
2939-
B85ED3032126715100EBEC11 /* WXRecyclerComponent.h in Headers */,
29402940
DCA445D21EFA594600D0CFA8 /* WXComponent+Display.h in Headers */,
29412941
DCA445A81EFA572B00D0CFA8 /* WXResourceResponse.h in Headers */,
29422942
DCA445BC1EFA57B000D0CFA8 /* WXConvert.h in Headers */,

0 commit comments

Comments
 (0)