Skip to content

Commit 335106a

Browse files
author
Luc Dion
authored
Merge pull request #1 from lucdion/add_icon
Add app icon
2 parents 55d2387 + f47e4bb commit 335106a

8 files changed

Lines changed: 10 additions & 86 deletions

File tree

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
2401BC831F4F018C00788998 /* DataBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC771F4F018C00788998 /* DataBinder.swift */; };
1414
2401BC851F4F018C00788998 /* FeedItemData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC791F4F018C00788998 /* FeedItemData.swift */; };
1515
2401BC8B1F4F018C00788998 /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC7F1F4F018C00788998 /* Stopwatch.swift */; };
16-
2401BC8C1F4F018C00788998 /* TableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC801F4F018C00788998 /* TableViewController.swift */; };
1716
2401BC8F1F4F01D600788998 /* FeedItemLayoutKitView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC8E1F4F01D600788998 /* FeedItemLayoutKitView.swift */; };
1817
2401BC941F4F021F00788998 /* FeedItemFlexLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC931F4F021F00788998 /* FeedItemFlexLayoutView.swift */; };
1918
2401BC961F4F022900788998 /* FeedItemPinLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401BC951F4F022900788998 /* FeedItemPinLayoutView.swift */; };
@@ -34,7 +33,6 @@
3433
2401BC771F4F018C00788998 /* DataBinder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataBinder.swift; path = Benchmarks/DataBinder.swift; sourceTree = "<group>"; };
3534
2401BC791F4F018C00788998 /* FeedItemData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedItemData.swift; path = Benchmarks/FeedItemData.swift; sourceTree = "<group>"; };
3635
2401BC7F1F4F018C00788998 /* Stopwatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Stopwatch.swift; path = Benchmarks/Stopwatch.swift; sourceTree = "<group>"; };
37-
2401BC801F4F018C00788998 /* TableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TableViewController.swift; path = Benchmarks/TableViewController.swift; sourceTree = "<group>"; };
3836
2401BC8E1F4F01D600788998 /* FeedItemLayoutKitView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedItemLayoutKitView.swift; path = Benchmarks/LayoutKit/FeedItemLayoutKitView.swift; sourceTree = "<group>"; };
3937
2401BC931F4F021F00788998 /* FeedItemFlexLayoutView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedItemFlexLayoutView.swift; path = Benchmarks/FlexLayout/FeedItemFlexLayoutView.swift; sourceTree = "<group>"; };
4038
2401BC951F4F022900788998 /* FeedItemPinLayoutView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedItemPinLayoutView.swift; path = Benchmarks/PinLayout/FeedItemPinLayoutView.swift; sourceTree = "<group>"; };
@@ -78,7 +76,6 @@
7876
2401BC771F4F018C00788998 /* DataBinder.swift */,
7977
2401BC791F4F018C00788998 /* FeedItemData.swift */,
8078
2401BC7F1F4F018C00788998 /* Stopwatch.swift */,
81-
2401BC801F4F018C00788998 /* TableViewController.swift */,
8279
);
8380
name = Benchmarks;
8481
sourceTree = "<group>";
@@ -327,7 +324,6 @@
327324
buildActionMask = 2147483647;
328325
files = (
329326
2401BCA11F4F044000788998 /* FeedItemUIStackView.swift in Sources */,
330-
2401BC8C1F4F018C00788998 /* TableViewController.swift in Sources */,
331327
2401BC8B1F4F018C00788998 /* Stopwatch.swift in Sources */,
332328
2401BC8F1F4F01D600788998 /* FeedItemLayoutKitView.swift in Sources */,
333329
2401BC851F4F018C00788998 /* FeedItemData.swift in Sources */,

LayoutFrameworkBenchmark/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@
3131
"scale" : "3x"
3232
},
3333
{
34-
"idiom" : "iphone",
3534
"size" : "60x60",
35+
"idiom" : "iphone",
36+
"filename" : "Icon-60@2x.png",
3637
"scale" : "2x"
3738
},
3839
{
39-
"idiom" : "iphone",
4040
"size" : "60x60",
41+
"idiom" : "iphone",
42+
"filename" : "Icon-60@3x.png",
4143
"scale" : "3x"
4244
},
4345
{
@@ -71,18 +73,21 @@
7173
"scale" : "2x"
7274
},
7375
{
74-
"idiom" : "ipad",
7576
"size" : "76x76",
77+
"idiom" : "ipad",
78+
"filename" : "Icon-76.png",
7679
"scale" : "1x"
7780
},
7881
{
79-
"idiom" : "ipad",
8082
"size" : "76x76",
83+
"idiom" : "ipad",
84+
"filename" : "Icon-76@2x.png",
8185
"scale" : "2x"
8286
},
8387
{
84-
"idiom" : "ipad",
8588
"size" : "83.5x83.5",
89+
"idiom" : "ipad",
90+
"filename" : "Icon-167.png",
8691
"scale" : "2x"
8792
}
8893
],
20.7 KB
Loading
8.81 KB
Loading
21.9 KB
Loading
4.94 KB
Loading
13.1 KB
Loading

LayoutFrameworkBenchmark/Benchmarks/TableViewController.swift

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)