Skip to content

Commit 2f66f14

Browse files
committed
remove redundant line; add comment
1 parent 75810c6 commit 2f66f14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UnityProject/Assets/Plugins/iOS/UnityFramework.modulemap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
framework module UnityFramework {
22
umbrella header "UnityFramework.h"
3-
43
export *
5-
module * { export * }
64

5+
// Declare NativeState plugin as submodule of UnityFramework
76
module NativeState {
87
header "NativeState.h"
98
export *

0 commit comments

Comments
 (0)