|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | AC13877D243BA05600A02674 /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC13877C243BA05600A02674 /* Serialization.swift */; }; |
11 | 11 | AC76DC322423C2290071587E /* ReactIterableAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC76DC302423C2290071587E /* ReactIterableAPI.swift */; }; |
12 | | - ACDDDF2224212BB9001686E5 /* RNIterableAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */; }; |
| 12 | + ACDDDF2224212BB9001686E5 /* RNIterableAPI.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACDDDF2124212BB9001686E5 /* RNIterableAPI.mm */; }; |
13 | 13 | /* End PBXBuildFile section */ |
14 | 14 |
|
15 | 15 | /* Begin PBXCopyFilesBuildPhase section */ |
|
25 | 25 | /* End PBXCopyFilesBuildPhase section */ |
26 | 26 |
|
27 | 27 | /* Begin PBXFileReference section */ |
| 28 | + 779227302DFA3AD400D69EC0 /* RNIterableAPI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNIterableAPI.h; sourceTree = "<group>"; }; |
28 | 29 | AC13877C243BA05600A02674 /* Serialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = "<group>"; }; |
29 | 30 | AC547A9024004D39008782E7 /* libRNIterableAPI.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNIterableAPI.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 31 | AC76DC302423C2290071587E /* ReactIterableAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReactIterableAPI.swift; sourceTree = "<group>"; }; |
31 | 32 | AC76DC312423C2290071587E /* RNIterable-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RNIterable-Bridging-Header.h"; sourceTree = "<group>"; }; |
32 | | - ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNIterableAPI.m; sourceTree = "<group>"; }; |
| 33 | + ACDDDF2124212BB9001686E5 /* RNIterableAPI.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RNIterableAPI.mm; sourceTree = "<group>"; }; |
33 | 34 | /* End PBXFileReference section */ |
34 | 35 |
|
35 | 36 | /* Begin PBXFrameworksBuildPhase section */ |
|
65 | 66 | AC13877C243BA05600A02674 /* Serialization.swift */, |
66 | 67 | AC76DC302423C2290071587E /* ReactIterableAPI.swift */, |
67 | 68 | AC76DC312423C2290071587E /* RNIterable-Bridging-Header.h */, |
68 | | - ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */, |
| 69 | + ACDDDF2124212BB9001686E5 /* RNIterableAPI.mm */, |
| 70 | + 779227302DFA3AD400D69EC0 /* RNIterableAPI.h */, |
69 | 71 | ); |
70 | 72 | path = RNIterableAPI; |
71 | 73 | sourceTree = "<group>"; |
|
130 | 132 | files = ( |
131 | 133 | AC76DC322423C2290071587E /* ReactIterableAPI.swift in Sources */, |
132 | 134 | AC13877D243BA05600A02674 /* Serialization.swift in Sources */, |
133 | | - ACDDDF2224212BB9001686E5 /* RNIterableAPI.m in Sources */, |
| 135 | + ACDDDF2224212BB9001686E5 /* RNIterableAPI.mm in Sources */, |
134 | 136 | ); |
135 | 137 | runOnlyForDeploymentPostprocessing = 0; |
136 | 138 | }; |
|
0 commit comments