File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 31
31
E6F3D4252C5977DC009C8D08 /* RadarSDKMotionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RadarSDKMotionTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
32
32
E6F3D42A2C5977DC009C8D08 /* RadarSDKMotionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadarSDKMotionTests.swift; sourceTree = "<group>"; };
33
33
E6F3D4352C597D77009C8D08 /* RadarSDKMotion.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RadarSDKMotion.m; sourceTree = "<group>"; };
34
+ E6F3D43F2C5A9282009C8D08 /* module.map.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.map.modulemap; sourceTree = "<group>"; };
34
35
/* End PBXFileReference section */
35
36
36
37
/* Begin PBXFrameworksBuildPhase section */
92
93
isa = PBXGroup;
93
94
children = (
94
95
E6F3D41E2C5977DC009C8D08 /* RadarSDKMotion.h */,
96
+ E6F3D43F2C5A9282009C8D08 /* module.map.modulemap */,
95
97
);
96
98
path = Include;
97
99
sourceTree = "<group>";
Original file line number Diff line number Diff line change
1
+ //
2
+ // module.map.modulemap
3
+ // RadarSDKMotion
4
+ //
5
+ // Created by Kenny Hu on 7/31/24.
6
+ //
7
+
8
+ module RadarSDKMotion {
9
+ header "RadarSDKMotion.h"
10
+
11
+ export *
12
+ }
You can’t perform that action at this time.
0 commit comments