diff --git a/Examples/UIExplorer/UIExplorer/Images.xcassets/blue_square.imageset/Contents.json b/Examples/UIExplorer/UIExplorer/Images.xcassets/blue_square.imageset/Contents.json deleted file mode 100644 index 5de78da51..000000000 --- a/Examples/UIExplorer/UIExplorer/Images.xcassets/blue_square.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "scale" : "1x", - "filename" : "blue_square.png" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Examples/UIExplorer/UIExplorer/Images.xcassets/red_square.imageset/Contents.json b/Examples/UIExplorer/UIExplorer/Images.xcassets/red_square.imageset/Contents.json deleted file mode 100644 index 808156987..000000000 --- a/Examples/UIExplorer/UIExplorer/Images.xcassets/red_square.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "scale" : "1x", - "filename" : "red_square.png" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Examples/UIExplorer/js/ImageExample.js b/Examples/UIExplorer/js/ImageExample.js index fd1424331..67c379cfe 100644 --- a/Examples/UIExplorer/js/ImageExample.js +++ b/Examples/UIExplorer/js/ImageExample.js @@ -612,7 +612,7 @@ exports.examples = [ render: function() { return ( ); }, diff --git a/IntegrationTests/ImageSnapshotTest.js b/IntegrationTests/ImageSnapshotTest.js index 798fcf627..676085dda 100644 --- a/IntegrationTests/ImageSnapshotTest.js +++ b/IntegrationTests/ImageSnapshotTest.js @@ -32,8 +32,8 @@ class ImageSnapshotTest extends React.Component { render() { return ( TestModule.verifySnapshot(this.done)} /> ); } diff --git a/Examples/UIExplorer/UIExplorer/Images.xcassets/blue_square.imageset/blue_square.png b/IntegrationTests/blue_square.png similarity index 100% rename from Examples/UIExplorer/UIExplorer/Images.xcassets/blue_square.imageset/blue_square.png rename to IntegrationTests/blue_square.png diff --git a/Examples/UIExplorer/UIExplorer/Images.xcassets/red_square.imageset/red_square.png b/IntegrationTests/red_square.png similarity index 100% rename from Examples/UIExplorer/UIExplorer/Images.xcassets/red_square.imageset/red_square.png rename to IntegrationTests/red_square.png