aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Assets.xcassets
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-08-11 12:45:54 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit6ada0a285781094bffb9fcd0a3f1eac728d3578c (patch)
tree468e1da414db85f2ddf53f6bbc4e8c95c183aa26 /WireGuard/WireGuard/Assets.xcassets
parentPrepare for rewrite: Remove CocoaPods and Carthage stuff from .gitignore (diff)
downloadwireguard-apple-6ada0a285781094bffb9fcd0a3f1eac728d3578c.tar.xz
wireguard-apple-6ada0a285781094bffb9fcd0a3f1eac728d3578c.zip
Create a new project in Xcode
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Assets.xcassets')
-rw-r--r--WireGuard/WireGuard/Assets.xcassets/AppIcon.appiconset/Contents.json98
-rw-r--r--WireGuard/WireGuard/Assets.xcassets/Contents.json6
2 files changed, 104 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Assets.xcassets/AppIcon.appiconset/Contents.json b/WireGuard/WireGuard/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d8db8d6
--- /dev/null
+++ b/WireGuard/WireGuard/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,98 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "size" : "20x20",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "20x20",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "20x20",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "20x20",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "29x29",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "40x40",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "76x76",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "76x76",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "83.5x83.5",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ios-marketing",
+ "size" : "1024x1024",
+ "scale" : "1x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file
diff --git a/WireGuard/WireGuard/Assets.xcassets/Contents.json b/WireGuard/WireGuard/Assets.xcassets/Contents.json
new file mode 100644
index 0000000..da4a164
--- /dev/null
+++ b/WireGuard/WireGuard/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file