|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1478DE2B22A0403F00D818FA /* RNCFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 1478DE2A22A0403F00D818FA /* RNCFileSystem.m */; }; |
| 11 | + 1478DE2E22A044E500D818FA /* RNCImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1478DE2D22A044E500D818FA /* RNCImageUtils.m */; }; |
10 | 12 | B3E7B58A1CC2AC0600A0062D /* RNCImageEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNCImageEditor.m */; };
|
11 | 13 | /* End PBXBuildFile section */
|
12 | 14 |
|
|
24 | 26 |
|
25 | 27 | /* Begin PBXFileReference section */
|
26 | 28 | 134814201AA4EA6300B7C361 /* libRNCImageEditor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCImageEditor.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 29 | + 1478DE2A22A0403F00D818FA /* RNCFileSystem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCFileSystem.m; sourceTree = "<group>"; }; |
| 30 | + 1478DE2C22A0406800D818FA /* RNCFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCFileSystem.h; sourceTree = "<group>"; }; |
| 31 | + 1478DE2D22A044E500D818FA /* RNCImageUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCImageUtils.m; sourceTree = "<group>"; }; |
| 32 | + 1478DE2F22A0450800D818FA /* RNCImageUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCImageUtils.h; sourceTree = "<group>"; }; |
27 | 33 | B3E7B5881CC2AC0600A0062D /* RNCImageEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCImageEditor.h; sourceTree = "<group>"; };
|
28 | 34 | B3E7B5891CC2AC0600A0062D /* RNCImageEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCImageEditor.m; sourceTree = "<group>"; };
|
29 | 35 | /* End PBXFileReference section */
|
|
50 | 56 | 58B511D21A9E6C8500147676 = {
|
51 | 57 | isa = PBXGroup;
|
52 | 58 | children = (
|
| 59 | + 1478DE2A22A0403F00D818FA /* RNCFileSystem.m */, |
| 60 | + 1478DE2D22A044E500D818FA /* RNCImageUtils.m */, |
| 61 | + 1478DE2F22A0450800D818FA /* RNCImageUtils.h */, |
| 62 | + 1478DE2C22A0406800D818FA /* RNCFileSystem.h */, |
53 | 63 | B3E7B5881CC2AC0600A0062D /* RNCImageEditor.h */,
|
54 | 64 | B3E7B5891CC2AC0600A0062D /* RNCImageEditor.m */,
|
55 | 65 | 134814211AA4EA7D00B7C361 /* Products */,
|
|
112 | 122 | isa = PBXSourcesBuildPhase;
|
113 | 123 | buildActionMask = 2147483647;
|
114 | 124 | files = (
|
| 125 | + 1478DE2E22A044E500D818FA /* RNCImageUtils.m in Sources */, |
| 126 | + 1478DE2B22A0403F00D818FA /* RNCFileSystem.m in Sources */, |
115 | 127 | B3E7B58A1CC2AC0600A0062D /* RNCImageEditor.m in Sources */,
|
116 | 128 | );
|
117 | 129 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments