diff --git a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..41fc93f --- /dev/null +++ b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,14 @@ +{ + "images" : [ + { + "filename" : "another_app_icon.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/another_app_icon.png b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/another_app_icon.png new file mode 100644 index 0000000..db76522 Binary files /dev/null and b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/another_app_icon.png differ diff --git a/AnotherIM/Resources/Assets/Images.xcassets/Contents.json b/AnotherIM/Resources/Assets/Images.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/AnotherIM/Resources/Assets/Images.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json new file mode 100644 index 0000000..5dc55bc --- /dev/null +++ b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "another_app_logo.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "original" + } +} diff --git a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/another_app_logo.png b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/another_app_logo.png new file mode 100644 index 0000000..37012ee Binary files /dev/null and b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/another_app_logo.png differ