|
12 | 12 | FCFB25401EA5562700F59778 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB253A1EA5562700F59778 /* FFFastImageView.m */; };
|
13 | 13 | FCFB25411EA5562700F59778 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB253C1EA5562700F59778 /* FFFastImageViewManager.m */; };
|
14 | 14 | FCFB25421EA5562700F59778 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB253E1EA5562700F59778 /* RCTConvert+FFFastImage.m */; };
|
| 15 | + FD751C43229EB44C002BE1F4 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB253C1EA5562700F59778 /* FFFastImageViewManager.m */; }; |
| 16 | + FD751C44229EB44C002BE1F4 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB253E1EA5562700F59778 /* RCTConvert+FFFastImage.m */; }; |
| 17 | + FD751C45229EB44C002BE1F4 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB253A1EA5562700F59778 /* FFFastImageView.m */; }; |
| 18 | + FD751C46229EB44C002BE1F4 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFB25381EA5562700F59778 /* FFFastImageSource.m */; }; |
| 19 | + FD751C48229EB44C002BE1F4 /* libSDWebImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FCC6D0D01EB38D2F0065F944 /* libSDWebImage.a */; }; |
15 | 20 | /* End PBXBuildFile section */
|
16 | 21 |
|
17 | 22 | /* Begin PBXContainerItemProxy section */
|
|
43 | 48 | remoteGlobalIDString = 53761307155AD0D5005750A4;
|
44 | 49 | remoteInfo = "SDWebImage iOS static";
|
45 | 50 | };
|
| 51 | + FD751C41229EB44C002BE1F4 /* PBXContainerItemProxy */ = { |
| 52 | + isa = PBXContainerItemProxy; |
| 53 | + containerPortal = FCC6D0C61EB38D2F0065F944 /* SDWebImage.xcodeproj */; |
| 54 | + proxyType = 1; |
| 55 | + remoteGlobalIDString = 53761307155AD0D5005750A4; |
| 56 | + remoteInfo = "SDWebImage iOS static"; |
| 57 | + }; |
46 | 58 | /* End PBXContainerItemProxy section */
|
47 | 59 |
|
48 | 60 | /* Begin PBXCopyFilesBuildPhase section */
|
|
55 | 67 | );
|
56 | 68 | runOnlyForDeploymentPostprocessing = 0;
|
57 | 69 | };
|
| 70 | + FD751C49229EB44C002BE1F4 /* CopyFiles */ = { |
| 71 | + isa = PBXCopyFilesBuildPhase; |
| 72 | + buildActionMask = 2147483647; |
| 73 | + dstPath = "include/$(PRODUCT_NAME)"; |
| 74 | + dstSubfolderSpec = 16; |
| 75 | + files = ( |
| 76 | + ); |
| 77 | + runOnlyForDeploymentPostprocessing = 0; |
| 78 | + }; |
58 | 79 | /* End PBXCopyFilesBuildPhase section */
|
59 | 80 |
|
60 | 81 | /* Begin PBXFileReference section */
|
|
68 | 89 | FCFB253C1EA5562700F59778 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FFFastImageViewManager.m; sourceTree = "<group>"; };
|
69 | 90 | FCFB253D1EA5562700F59778 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+FFFastImage.h"; sourceTree = "<group>"; };
|
70 | 91 | FCFB253E1EA5562700F59778 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+FFFastImage.m"; sourceTree = "<group>"; };
|
| 92 | + FD751C4D229EB44C002BE1F4 /* libFastImage-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libFastImage-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | 93 | /* End PBXFileReference section */
|
72 | 94 |
|
73 | 95 | /* Begin PBXFrameworksBuildPhase section */
|
|
79 | 101 | );
|
80 | 102 | runOnlyForDeploymentPostprocessing = 0;
|
81 | 103 | };
|
| 104 | + FD751C47229EB44C002BE1F4 /* Frameworks */ = { |
| 105 | + isa = PBXFrameworksBuildPhase; |
| 106 | + buildActionMask = 2147483647; |
| 107 | + files = ( |
| 108 | + FD751C48229EB44C002BE1F4 /* libSDWebImage.a in Frameworks */, |
| 109 | + ); |
| 110 | + runOnlyForDeploymentPostprocessing = 0; |
| 111 | + }; |
82 | 112 | /* End PBXFrameworksBuildPhase section */
|
83 | 113 |
|
84 | 114 | /* Begin PBXGroup section */
|
|
95 | 125 | isa = PBXGroup;
|
96 | 126 | children = (
|
97 | 127 | A287971D1DE0C0A60081BDFA /* libFastImage.a */,
|
| 128 | + FD751C4D229EB44C002BE1F4 /* libFastImage-tvOS.a */, |
98 | 129 | );
|
99 | 130 | name = Products;
|
100 | 131 | sourceTree = "<group>";
|
|
153 | 184 | productReference = A287971D1DE0C0A60081BDFA /* libFastImage.a */;
|
154 | 185 | productType = "com.apple.product-type.library.static";
|
155 | 186 | };
|
| 187 | + FD751C3F229EB44C002BE1F4 /* FastImage-tvOS */ = { |
| 188 | + isa = PBXNativeTarget; |
| 189 | + buildConfigurationList = FD751C4A229EB44C002BE1F4 /* Build configuration list for PBXNativeTarget "FastImage-tvOS" */; |
| 190 | + buildPhases = ( |
| 191 | + FD751C42229EB44C002BE1F4 /* Sources */, |
| 192 | + FD751C47229EB44C002BE1F4 /* Frameworks */, |
| 193 | + FD751C49229EB44C002BE1F4 /* CopyFiles */, |
| 194 | + ); |
| 195 | + buildRules = ( |
| 196 | + ); |
| 197 | + dependencies = ( |
| 198 | + FD751C40229EB44C002BE1F4 /* PBXTargetDependency */, |
| 199 | + ); |
| 200 | + name = "FastImage-tvOS"; |
| 201 | + productName = FastImage; |
| 202 | + productReference = FD751C4D229EB44C002BE1F4 /* libFastImage-tvOS.a */; |
| 203 | + productType = "com.apple.product-type.library.static"; |
| 204 | + }; |
156 | 205 | /* End PBXNativeTarget section */
|
157 | 206 |
|
158 | 207 | /* Begin PBXProject section */
|
|
188 | 237 | projectRoot = "";
|
189 | 238 | targets = (
|
190 | 239 | A287971C1DE0C0A60081BDFA /* FastImage */,
|
| 240 | + FD751C3F229EB44C002BE1F4 /* FastImage-tvOS */, |
191 | 241 | );
|
192 | 242 | };
|
193 | 243 | /* End PBXProject section */
|
|
228 | 278 | );
|
229 | 279 | runOnlyForDeploymentPostprocessing = 0;
|
230 | 280 | };
|
| 281 | + FD751C42229EB44C002BE1F4 /* Sources */ = { |
| 282 | + isa = PBXSourcesBuildPhase; |
| 283 | + buildActionMask = 2147483647; |
| 284 | + files = ( |
| 285 | + FD751C43229EB44C002BE1F4 /* FFFastImageViewManager.m in Sources */, |
| 286 | + FD751C44229EB44C002BE1F4 /* RCTConvert+FFFastImage.m in Sources */, |
| 287 | + FD751C45229EB44C002BE1F4 /* FFFastImageView.m in Sources */, |
| 288 | + FD751C46229EB44C002BE1F4 /* FFFastImageSource.m in Sources */, |
| 289 | + ); |
| 290 | + runOnlyForDeploymentPostprocessing = 0; |
| 291 | + }; |
231 | 292 | /* End PBXSourcesBuildPhase section */
|
232 | 293 |
|
233 | 294 | /* Begin PBXTargetDependency section */
|
|
236 | 297 | name = "SDWebImage iOS static";
|
237 | 298 | targetProxy = FCC6D1281EB3908E0065F944 /* PBXContainerItemProxy */;
|
238 | 299 | };
|
| 300 | + FD751C40229EB44C002BE1F4 /* PBXTargetDependency */ = { |
| 301 | + isa = PBXTargetDependency; |
| 302 | + name = "SDWebImage iOS static"; |
| 303 | + targetProxy = FD751C41229EB44C002BE1F4 /* PBXContainerItemProxy */; |
| 304 | + }; |
239 | 305 | /* End PBXTargetDependency section */
|
240 | 306 |
|
241 | 307 | /* Begin XCBuildConfiguration section */
|
|
355 | 421 | };
|
356 | 422 | name = Release;
|
357 | 423 | };
|
| 424 | + FD751C4B229EB44C002BE1F4 /* Debug */ = { |
| 425 | + isa = XCBuildConfiguration; |
| 426 | + buildSettings = { |
| 427 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 428 | + HEADER_SEARCH_PATHS = ( |
| 429 | + "$(SRCROOT)/../../react-native/React/**", |
| 430 | + "$(SRCROOT)/../../react-native/Libraries/Image", |
| 431 | + "$(SRCROOT)/../../../ios/Pods/Headers/Public/**", |
| 432 | + "$(SRCROOT)/Vendor/SDWebImage", |
| 433 | + ); |
| 434 | + OTHER_LDFLAGS = "-ObjC"; |
| 435 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 436 | + SDKROOT = appletvos; |
| 437 | + SKIP_INSTALL = YES; |
| 438 | + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; |
| 439 | + }; |
| 440 | + name = Debug; |
| 441 | + }; |
| 442 | + FD751C4C229EB44C002BE1F4 /* Release */ = { |
| 443 | + isa = XCBuildConfiguration; |
| 444 | + buildSettings = { |
| 445 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 446 | + HEADER_SEARCH_PATHS = ( |
| 447 | + "$(SRCROOT)/../../react-native/React/**", |
| 448 | + "$(SRCROOT)/../../react-native/Libraries/Image", |
| 449 | + "$(SRCROOT)/../../../ios/Pods/Headers/Public/**", |
| 450 | + "$(SRCROOT)/Vendor/SDWebImage", |
| 451 | + ); |
| 452 | + OTHER_LDFLAGS = "-ObjC"; |
| 453 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 454 | + SDKROOT = appletvos; |
| 455 | + SKIP_INSTALL = YES; |
| 456 | + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; |
| 457 | + }; |
| 458 | + name = Release; |
| 459 | + }; |
358 | 460 | /* End XCBuildConfiguration section */
|
359 | 461 |
|
360 | 462 | /* Begin XCConfigurationList section */
|
|
376 | 478 | defaultConfigurationIsVisible = 0;
|
377 | 479 | defaultConfigurationName = Release;
|
378 | 480 | };
|
| 481 | + FD751C4A229EB44C002BE1F4 /* Build configuration list for PBXNativeTarget "FastImage-tvOS" */ = { |
| 482 | + isa = XCConfigurationList; |
| 483 | + buildConfigurations = ( |
| 484 | + FD751C4B229EB44C002BE1F4 /* Debug */, |
| 485 | + FD751C4C229EB44C002BE1F4 /* Release */, |
| 486 | + ); |
| 487 | + defaultConfigurationIsVisible = 0; |
| 488 | + defaultConfigurationName = Release; |
| 489 | + }; |
379 | 490 | /* End XCConfigurationList section */
|
380 | 491 | };
|
381 | 492 | rootObject = A28797151DE0C0A60081BDFA /* Project object */;
|
|
0 commit comments