Skip to content

Commit 7430820

Browse files
javacheFacebook Github Bot 3
authored and
Facebook Github Bot 3
committed
Cleanup FBReactKit BUCK paths
Reviewed By: mmmulani Differential Revision: D3785232 fbshipit-source-id: 8abb2789420eca9a2f7a88dbf43f2a58ded081c8
1 parent 5d7227a commit 7430820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
27F441EC1BEBE5030039B79C /* FlexibleSizeExampleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F441E81BEBE5030039B79C /* FlexibleSizeExampleView.m */; };
6060
3578590A1B28D2CF00341EDB /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 357859011B28D2C500341EDB /* libRCTLinking.a */; };
6161
3D299BAF1D33EBFA00FA1057 /* RCTLoggingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D299BAE1D33EBFA00FA1057 /* RCTLoggingTests.m */; };
62-
3D2AFAF51D646CF80089D1A3 /* LegacyImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D2AFAF41D646CF80089D1A3 /* LegacyImage.png */; };
62+
3D2AFAF51D646CF80089D1A3 /* LegacyImage@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D2AFAF41D646CF80089D1A3 /* LegacyImage@2x.png */; };
6363
3DB99D0C1BA0340600302749 /* UIExplorerIntegrationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DB99D0B1BA0340600302749 /* UIExplorerIntegrationTests.m */; };
6464
3DD981D61D33C6FB007DC7BE /* TestBundle.js in Resources */ = {isa = PBXBuildFile; fileRef = 3DD981D51D33C6FB007DC7BE /* TestBundle.js */; };
6565
68FF44381CF6111500720EFD /* RCTBundleURLProviderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 68FF44371CF6111500720EFD /* RCTBundleURLProviderTests.m */; };
@@ -244,7 +244,7 @@
244244
27F441EA1BEBE5030039B79C /* FlexibleSizeExampleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FlexibleSizeExampleView.h; path = UIExplorer/NativeExampleViews/FlexibleSizeExampleView.h; sourceTree = "<group>"; };
245245
357858F81B28D2C400341EDB /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = ../../Libraries/LinkingIOS/RCTLinking.xcodeproj; sourceTree = "<group>"; };
246246
3D299BAE1D33EBFA00FA1057 /* RCTLoggingTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTLoggingTests.m; sourceTree = "<group>"; };
247-
3D2AFAF41D646CF80089D1A3 /* LegacyImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = LegacyImage.png; path = UIExplorer/LegacyImage.png; sourceTree = "<group>"; };
247+
3D2AFAF41D646CF80089D1A3 /* LegacyImage@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "LegacyImage@2x.png"; path = "UIExplorer/LegacyImage@2x.png"; sourceTree = "<group>"; };
248248
3DB99D0B1BA0340600302749 /* UIExplorerIntegrationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIExplorerIntegrationTests.m; sourceTree = "<group>"; };
249249
3DD981D51D33C6FB007DC7BE /* TestBundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TestBundle.js; sourceTree = "<group>"; };
250250
58005BE41ABA80530062E044 /* RCTTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTTest.xcodeproj; path = ../../Libraries/RCTTest/RCTTest.xcodeproj; sourceTree = "<group>"; };
@@ -334,7 +334,7 @@
334334
1323F18D1C04ABAC0091BED0 /* Supporting Files */ = {
335335
isa = PBXGroup;
336336
children = (
337-
3D2AFAF41D646CF80089D1A3 /* LegacyImage.png */,
337+
3D2AFAF41D646CF80089D1A3 /* LegacyImage@2x.png */,
338338
13B07FB61A68108700A75B9A /* Info.plist */,
339339
);
340340
name = "Supporting Files";
@@ -863,7 +863,7 @@
863863
buildActionMask = 2147483647;
864864
files = (
865865
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
866-
3D2AFAF51D646CF80089D1A3 /* LegacyImage.png in Resources */,
866+
3D2AFAF51D646CF80089D1A3 /* LegacyImage@2x.png in Resources */,
867867
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
868868
);
869869
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)