|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + AC13877D243BA05600A02674 /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC13877C243BA05600A02674 /* Serialization.swift */; }; |
10 | 11 | AC76DC322423C2290071587E /* ReactIterableAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC76DC302423C2290071587E /* ReactIterableAPI.swift */; }; |
11 | 12 | ACDDDF2224212BB9001686E5 /* RNIterableAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */; }; |
12 | 13 | /* End PBXBuildFile section */ |
|
24 | 25 | /* End PBXCopyFilesBuildPhase section */ |
25 | 26 |
|
26 | 27 | /* Begin PBXFileReference section */ |
| 28 | + AC13877C243BA05600A02674 /* Serialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = "<group>"; }; |
27 | 29 | AC547A9024004D39008782E7 /* libRNIterableAPI.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNIterableAPI.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | 30 | AC76DC302423C2290071587E /* ReactIterableAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReactIterableAPI.swift; sourceTree = "<group>"; }; |
29 | 31 | AC76DC312423C2290071587E /* RNIterable-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RNIterable-Bridging-Header.h"; sourceTree = "<group>"; }; |
|
60 | 62 | AC547A9224004D39008782E7 /* RNIterableAPI */ = { |
61 | 63 | isa = PBXGroup; |
62 | 64 | children = ( |
| 65 | + AC13877C243BA05600A02674 /* Serialization.swift */, |
63 | 66 | AC76DC302423C2290071587E /* ReactIterableAPI.swift */, |
64 | 67 | AC76DC312423C2290071587E /* RNIterable-Bridging-Header.h */, |
65 | 68 | ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */, |
|
126 | 129 | buildActionMask = 2147483647; |
127 | 130 | files = ( |
128 | 131 | AC76DC322423C2290071587E /* ReactIterableAPI.swift in Sources */, |
| 132 | + AC13877D243BA05600A02674 /* Serialization.swift in Sources */, |
129 | 133 | ACDDDF2224212BB9001686E5 /* RNIterableAPI.m in Sources */, |
130 | 134 | ); |
131 | 135 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments