|
11 | 11 | 1304D5AC1AA8C4A30002E2BE /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1304D5AA1AA8C4A30002E2BE /* RCTImageViewManager.m */; }; |
12 | 12 | 1304D5B21AA8C50D0002E2BE /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1304D5B11AA8C50D0002E2BE /* RCTGIFImageDecoder.m */; }; |
13 | 13 | 134B00A21B54232B00EC8DFB /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 134B00A11B54232B00EC8DFB /* RCTImageUtils.m */; }; |
| 14 | + 13EF7F0B1BC42D4E003F47DD /* RCTShadowVirtualImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 13EF7F081BC42D4E003F47DD /* RCTShadowVirtualImage.m */; settings = {ASSET_TAGS = (); }; }; |
| 15 | + 13EF7F0C1BC42D4E003F47DD /* RCTVirtualImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 13EF7F0A1BC42D4E003F47DD /* RCTVirtualImageManager.m */; settings = {ASSET_TAGS = (); }; }; |
14 | 16 | 143879381AAD32A300F088A5 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 143879371AAD32A300F088A5 /* RCTImageLoader.m */; }; |
15 | 17 | 35123E6B1B59C99D00EBAD80 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 35123E6A1B59C99D00EBAD80 /* RCTImageStoreManager.m */; }; |
16 | 18 | 354631681B69857700AA0B86 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 354631671B69857700AA0B86 /* RCTImageEditingManager.m */; }; |
|
39 | 41 | 1304D5B11AA8C50D0002E2BE /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = "<group>"; }; |
40 | 42 | 134B00A01B54232B00EC8DFB /* RCTImageUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = "<group>"; }; |
41 | 43 | 134B00A11B54232B00EC8DFB /* RCTImageUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = "<group>"; }; |
| 44 | + 13EF7F071BC42D4E003F47DD /* RCTShadowVirtualImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTShadowVirtualImage.h; sourceTree = "<group>"; }; |
| 45 | + 13EF7F081BC42D4E003F47DD /* RCTShadowVirtualImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTShadowVirtualImage.m; sourceTree = "<group>"; }; |
| 46 | + 13EF7F091BC42D4E003F47DD /* RCTVirtualImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVirtualImageManager.h; sourceTree = "<group>"; }; |
| 47 | + 13EF7F0A1BC42D4E003F47DD /* RCTVirtualImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualImageManager.m; sourceTree = "<group>"; }; |
42 | 48 | 143879361AAD32A300F088A5 /* RCTImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = "<group>"; }; |
43 | 49 | 143879371AAD32A300F088A5 /* RCTImageLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = "<group>"; }; |
44 | 50 | 35123E691B59C99D00EBAD80 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = "<group>"; }; |
|
84 | 90 | 35123E6A1B59C99D00EBAD80 /* RCTImageStoreManager.m */, |
85 | 91 | 134B00A01B54232B00EC8DFB /* RCTImageUtils.h */, |
86 | 92 | 134B00A11B54232B00EC8DFB /* RCTImageUtils.m */, |
| 93 | + 13EF7F071BC42D4E003F47DD /* RCTShadowVirtualImage.h */, |
| 94 | + 13EF7F081BC42D4E003F47DD /* RCTShadowVirtualImage.m */, |
| 95 | + 13EF7F091BC42D4E003F47DD /* RCTVirtualImageManager.h */, |
| 96 | + 13EF7F0A1BC42D4E003F47DD /* RCTVirtualImageManager.m */, |
87 | 97 | 58B5115E1A9E6B3D00147676 /* Products */, |
88 | 98 | ); |
89 | 99 | indentWidth = 2; |
|
154 | 164 | isa = PBXSourcesBuildPhase; |
155 | 165 | buildActionMask = 2147483647; |
156 | 166 | files = ( |
| 167 | + 13EF7F0C1BC42D4E003F47DD /* RCTVirtualImageManager.m in Sources */, |
157 | 168 | 35123E6B1B59C99D00EBAD80 /* RCTImageStoreManager.m in Sources */, |
158 | 169 | 58B5118F1A9E6BD600147676 /* RCTImageDownloader.m in Sources */, |
159 | 170 | 1304D5AC1AA8C4A30002E2BE /* RCTImageViewManager.m in Sources */, |
160 | 171 | 1304D5B21AA8C50D0002E2BE /* RCTGIFImageDecoder.m in Sources */, |
161 | 172 | 143879381AAD32A300F088A5 /* RCTImageLoader.m in Sources */, |
162 | 173 | 354631681B69857700AA0B86 /* RCTImageEditingManager.m in Sources */, |
163 | 174 | 1304D5AB1AA8C4A30002E2BE /* RCTImageView.m in Sources */, |
| 175 | + 13EF7F0B1BC42D4E003F47DD /* RCTShadowVirtualImage.m in Sources */, |
164 | 176 | 134B00A21B54232B00EC8DFB /* RCTImageUtils.m in Sources */, |
165 | 177 | 83DDA1571B8DCA5800892A1C /* RCTAssetBundleImageLoader.m in Sources */, |
166 | 178 | ); |
|
0 commit comments