Last active
August 29, 2015 14:18
-
-
Save betahikaru/8cd50b4e5f71773cf22a to your computer and use it in GitHub Desktop.
ReactNative:Images.xcassetsに登録した画像の読み込みに失敗する ref: http://qiita.com/betahikaru/items/4f22d42dd7a359382342
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/iOS/Images.xcassets/aws_icon_iam.imageset/Contents.json b/iOS/Images.xcassets/aws_icon_iam.imageset/Contents.json | |
index 5d728bb..2557241 100644 | |
--- a/iOS/Images.xcassets/aws_icon_iam.imageset/Contents.json | |
+++ b/iOS/Images.xcassets/aws_icon_iam.imageset/Contents.json | |
@@ -3,21 +3,21 @@ | |
{ | |
"idiom" : "universal", | |
"scale" : "1x", | |
- "filename" : "Deployment_Management_IAM-1.png" | |
+ "filename" : "aws_icon_iam.png" | |
}, | |
{ | |
"idiom" : "universal", | |
"scale" : "2x", | |
- "filename" : "Deployment_Management_IAM.png" | |
+ "filename" : "[email protected]" | |
}, | |
{ | |
"idiom" : "universal", | |
"scale" : "3x", | |
- "filename" : "Deployment_Management_IAM-2.png" | |
+ "filename" : "[email protected]" | |
} | |
], | |
"info" : { | |
"version" : 1, | |
"author" : "xcode" | |
} | |
-} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment