Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 4d3264a

Browse files
committed
Add App icons
1 parent 25401ee commit 4d3264a

File tree

15 files changed

+45
-124
lines changed

15 files changed

+45
-124
lines changed

TempBox.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
75529A8126F3916B00588FEA /* InboxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75529A8026F3916B00588FEA /* InboxView.swift */; };
2323
75529A8326F3917700588FEA /* MessageDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75529A8226F3917700588FEA /* MessageDetailView.swift */; };
2424
755EB00F26FC4B8200846114 /* NSManagedObjectContext+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755EB00E26FC4B8200846114 /* NSManagedObjectContext+Extensions.swift */; };
25-
75640F26270636CC00C7BCF6 /* MailTMSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 75640F25270636CC00C7BCF6 /* MailTMSwift */; };
2625
75640F2827063A1B00C7BCF6 /* MTLiveMessagesService+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75640F2727063A1B00C7BCF6 /* MTLiveMessagesService+Extensions.swift */; };
2726
75640F2A27063C3700C7BCF6 /* MessagesListenerServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75640F2927063C3700C7BCF6 /* MessagesListenerServiceTests.swift */; };
2827
75640F2C27063CD000C7BCF6 /* FakeAccountService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75640F2B27063CD000C7BCF6 /* FakeAccountService.swift */; };
@@ -68,6 +67,7 @@
6867
75C3205726FBA89D009AAB26 /* Respositories+Injection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C3205626FBA89D009AAB26 /* Respositories+Injection.swift */; };
6968
75C3205A26FBABCC009AAB26 /* TestPersistenceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C3205926FBABCC009AAB26 /* TestPersistenceManager.swift */; };
7069
75C3205D26FBACB2009AAB26 /* AccountRepositoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C3205C26FBACB2009AAB26 /* AccountRepositoryTests.swift */; };
70+
75C8D5D327131F1C0013F64A /* MailTMSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 75C8D5D227131F1C0013F64A /* MailTMSwift */; };
7171
75DE87472702D8D0008C089B /* MessagesListenerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DE87462702D8D0008C089B /* MessagesListenerService.swift */; };
7272
75DF252526F3D9D9003F69FE /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DF252426F3D9D9003F69FE /* WebView.swift */; };
7373
75DFF7632700E77200EE4B7A /* Logger+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DFF7622700E77200EE4B7A /* Logger+Extensions.swift */; };
@@ -159,7 +159,6 @@
159159
75DF252426F3D9D9003F69FE /* WebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
160160
75DFF7622700E77200EE4B7A /* Logger+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Logger+Extensions.swift"; sourceTree = "<group>"; };
161161
75E03951270635B200650675 /* FakeMTLiveMessagesService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeMTLiveMessagesService.swift; sourceTree = "<group>"; };
162-
75E039562706369200650675 /* MailTMSwift */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MailTMSwift; path = ../../work/personal/ios/MailTMSwift; sourceTree = "<group>"; };
163162
75ED42AB270B83AE002161D3 /* AttachmentsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentsView.swift; sourceTree = "<group>"; };
164163
/* End PBXFileReference section */
165164

@@ -169,8 +168,8 @@
169168
buildActionMask = 2147483647;
170169
files = (
171170
752D570C27121DD40015D26D /* Defaults in Frameworks */,
172-
75640F26270636CC00C7BCF6 /* MailTMSwift in Frameworks */,
173171
75C3204D26FBA229009AAB26 /* Resolver in Frameworks */,
172+
75C8D5D327131F1C0013F64A /* MailTMSwift in Frameworks */,
174173
);
175174
runOnlyForDeploymentPostprocessing = 0;
176175
};
@@ -187,22 +186,13 @@
187186
750176F726F38A9C00A47F7D = {
188187
isa = PBXGroup;
189188
children = (
190-
75E039562706369200650675 /* MailTMSwift */,
191-
750176FC26F38A9D00A47F7D /* Shared */,
192189
7501771026F38A9E00A47F7D /* macOS */,
193190
75C3202C26FB5DDB009AAB26 /* TempBoxTests */,
194191
7501770826F38A9E00A47F7D /* Products */,
195192
75752EF926F39C19004EA6C1 /* Frameworks */,
196193
);
197194
sourceTree = "<group>";
198195
};
199-
750176FC26F38A9D00A47F7D /* Shared */ = {
200-
isa = PBXGroup;
201-
children = (
202-
);
203-
path = Shared;
204-
sourceTree = "<group>";
205-
};
206196
7501770826F38A9E00A47F7D /* Products */ = {
207197
isa = PBXGroup;
208198
children = (
@@ -502,8 +492,8 @@
502492
name = "TempBox (macOS)";
503493
packageProductDependencies = (
504494
75C3204C26FBA229009AAB26 /* Resolver */,
505-
75640F25270636CC00C7BCF6 /* MailTMSwift */,
506495
752D570B27121DD40015D26D /* Defaults */,
496+
75C8D5D227131F1C0013F64A /* MailTMSwift */,
507497
);
508498
productName = "TempBox (macOS)";
509499
productReference = 7501770F26F38A9E00A47F7D /* TempBox.app */;
@@ -558,6 +548,7 @@
558548
packageReferences = (
559549
75C3204B26FBA229009AAB26 /* XCRemoteSwiftPackageReference "Resolver" */,
560550
752D570A27121DD40015D26D /* XCRemoteSwiftPackageReference "Defaults" */,
551+
75C8D5D127131F1C0013F64A /* XCRemoteSwiftPackageReference "MailTMSwift" */,
561552
);
562553
productRefGroup = 7501770826F38A9E00A47F7D /* Products */;
563554
projectDirPath = "";
@@ -962,6 +953,14 @@
962953
minimumVersion = 1.0.0;
963954
};
964955
};
956+
75C8D5D127131F1C0013F64A /* XCRemoteSwiftPackageReference "MailTMSwift" */ = {
957+
isa = XCRemoteSwiftPackageReference;
958+
repositoryURL = "https://github.com/devwaseem/MailTMSwift.git";
959+
requirement = {
960+
branch = main;
961+
kind = branch;
962+
};
963+
};
965964
/* End XCRemoteSwiftPackageReference section */
966965

967966
/* Begin XCSwiftPackageProductDependency section */
@@ -970,15 +969,16 @@
970969
package = 752D570A27121DD40015D26D /* XCRemoteSwiftPackageReference "Defaults" */;
971970
productName = Defaults;
972971
};
973-
75640F25270636CC00C7BCF6 /* MailTMSwift */ = {
974-
isa = XCSwiftPackageProductDependency;
975-
productName = MailTMSwift;
976-
};
977972
75C3204C26FBA229009AAB26 /* Resolver */ = {
978973
isa = XCSwiftPackageProductDependency;
979974
package = 75C3204B26FBA229009AAB26 /* XCRemoteSwiftPackageReference "Resolver" */;
980975
productName = Resolver;
981976
};
977+
75C8D5D227131F1C0013F64A /* MailTMSwift */ = {
978+
isa = XCSwiftPackageProductDependency;
979+
package = 75C8D5D127131F1C0013F64A /* XCRemoteSwiftPackageReference "MailTMSwift" */;
980+
productName = MailTMSwift;
981+
};
982982
/* End XCSwiftPackageProductDependency section */
983983

984984
/* Begin XCVersionGroup section */

TempBox.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TempBox.xcodeproj/xcshareddata/xcschemes/TempBox (macOS).xcscheme

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES"
3030
codeCoverageEnabled = "YES"
3131
onlyGenerateCoverageForSpecifiedTargets = "YES">
32-
<AdditionalOptions>
33-
<AdditionalOption
34-
key = "MallocStackLogging"
35-
value = ""
36-
isEnabled = "YES">
37-
</AdditionalOption>
38-
<AdditionalOption
39-
key = "PrefersMallocStackLoggingLite"
40-
value = ""
41-
isEnabled = "YES">
42-
</AdditionalOption>
43-
<AdditionalOption
44-
key = "MallocScribble"
45-
value = ""
46-
isEnabled = "YES">
47-
</AdditionalOption>
48-
</AdditionalOptions>
4932
<CodeCoverageTargets>
5033
<BuildableReference
5134
BuildableIdentifier = "primary"

macOS/Supporting files/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"colors" : [
33
{
44
"idiom" : "universal"
5+
},
6+
{
7+
"appearances" : [
8+
{
9+
"appearance" : "luminosity",
10+
"value" : "dark"
11+
}
12+
],
13+
"idiom" : "universal"
514
}
615
],
716
"info" : {

macOS/Supporting files/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 10 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,141 +1,61 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
5-
"scale" : "2x",
6-
"size" : "20x20"
7-
},
8-
{
9-
"idiom" : "iphone",
10-
"scale" : "3x",
11-
"size" : "20x20"
12-
},
13-
{
14-
"idiom" : "iphone",
15-
"scale" : "2x",
16-
"size" : "29x29"
17-
},
18-
{
19-
"idiom" : "iphone",
20-
"scale" : "3x",
21-
"size" : "29x29"
22-
},
23-
{
24-
"idiom" : "iphone",
25-
"scale" : "2x",
26-
"size" : "40x40"
27-
},
28-
{
29-
"idiom" : "iphone",
30-
"scale" : "3x",
31-
"size" : "40x40"
32-
},
33-
{
34-
"idiom" : "iphone",
35-
"scale" : "2x",
36-
"size" : "60x60"
37-
},
38-
{
39-
"idiom" : "iphone",
40-
"scale" : "3x",
41-
"size" : "60x60"
42-
},
43-
{
44-
"idiom" : "ipad",
45-
"scale" : "1x",
46-
"size" : "20x20"
47-
},
48-
{
49-
"idiom" : "ipad",
50-
"scale" : "2x",
51-
"size" : "20x20"
52-
},
53-
{
54-
"idiom" : "ipad",
55-
"scale" : "1x",
56-
"size" : "29x29"
57-
},
58-
{
59-
"idiom" : "ipad",
60-
"scale" : "2x",
61-
"size" : "29x29"
62-
},
63-
{
64-
"idiom" : "ipad",
65-
"scale" : "1x",
66-
"size" : "40x40"
67-
},
68-
{
69-
"idiom" : "ipad",
70-
"scale" : "2x",
71-
"size" : "40x40"
72-
},
73-
{
74-
"idiom" : "ipad",
75-
"scale" : "1x",
76-
"size" : "76x76"
77-
},
78-
{
79-
"idiom" : "ipad",
80-
"scale" : "2x",
81-
"size" : "76x76"
82-
},
83-
{
84-
"idiom" : "ipad",
85-
"scale" : "2x",
86-
"size" : "83.5x83.5"
87-
},
88-
{
89-
"idiom" : "ios-marketing",
90-
"scale" : "1x",
91-
"size" : "1024x1024"
92-
},
93-
{
4+
"filename" : "icon_16@1x.png",
945
"idiom" : "mac",
956
"scale" : "1x",
967
"size" : "16x16"
978
},
989
{
10+
"filename" : "icon_16@2x.png",
9911
"idiom" : "mac",
10012
"scale" : "2x",
10113
"size" : "16x16"
10214
},
10315
{
16+
"filename" : "icon_32@1x.png",
10417
"idiom" : "mac",
10518
"scale" : "1x",
10619
"size" : "32x32"
10720
},
10821
{
22+
"filename" : "icon_32@2x.png",
10923
"idiom" : "mac",
11024
"scale" : "2x",
11125
"size" : "32x32"
11226
},
11327
{
28+
"filename" : "icon_128@1x.png",
11429
"idiom" : "mac",
11530
"scale" : "1x",
11631
"size" : "128x128"
11732
},
11833
{
34+
"filename" : "icon_128@2x.png",
11935
"idiom" : "mac",
12036
"scale" : "2x",
12137
"size" : "128x128"
12238
},
12339
{
40+
"filename" : "icon_256@1x.png",
12441
"idiom" : "mac",
12542
"scale" : "1x",
12643
"size" : "256x256"
12744
},
12845
{
46+
"filename" : "icon_256@2x.png",
12947
"idiom" : "mac",
13048
"scale" : "2x",
13149
"size" : "256x256"
13250
},
13351
{
52+
"filename" : "icon_512@1x.png",
13453
"idiom" : "mac",
13554
"scale" : "1x",
13655
"size" : "512x512"
13756
},
13857
{
58+
"filename" : "icon_512@2x.png",
13959
"idiom" : "mac",
14060
"scale" : "2x",
14161
"size" : "512x512"
17.6 KB
Loading
52.9 KB
Loading
894 Bytes
Loading
2.43 KB
Loading
52.9 KB
Loading

0 commit comments

Comments
 (0)