Skip to content

Commit dc28b90

Browse files
committed
add module map
1 parent e58d5e3 commit dc28b90

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

RadarSDKMotion.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
E6F3D4252C5977DC009C8D08 /* RadarSDKMotionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RadarSDKMotionTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3232
E6F3D42A2C5977DC009C8D08 /* RadarSDKMotionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadarSDKMotionTests.swift; sourceTree = "<group>"; };
3333
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>"; };
3435
/* End PBXFileReference section */
3536

3637
/* Begin PBXFrameworksBuildPhase section */
@@ -92,6 +93,7 @@
9293
isa = PBXGroup;
9394
children = (
9495
E6F3D41E2C5977DC009C8D08 /* RadarSDKMotion.h */,
96+
E6F3D43F2C5A9282009C8D08 /* module.map.modulemap */,
9597
);
9698
path = Include;
9799
sourceTree = "<group>";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

0 commit comments

Comments
 (0)