Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit c39f792

Browse files
committed
Added Icons
1 parent fcc3133 commit c39f792

23 files changed

Lines changed: 180 additions & 28 deletions

FetchInstallerPkg.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
C69C80D826788BC900E20E20 /* BuildManifest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69C80D726788BC900E20E20 /* BuildManifest.swift */; };
2626
C69C80DB26788C4F00E20E20 /* DownloadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69C80DA26788C4F00E20E20 /* DownloadView.swift */; };
2727
C69C80DD26788C7900E20E20 /* InstallerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69C80DC26788C7900E20E20 /* InstallerView.swift */; };
28+
C6E3CB99267A2AFB007084F6 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6E3CB98267A2AFB007084F6 /* IconView.swift */; };
2829
/* End PBXBuildFile section */
2930

3031
/* Begin PBXFileReference section */
@@ -48,6 +49,7 @@
4849
C69C80D726788BC900E20E20 /* BuildManifest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildManifest.swift; sourceTree = "<group>"; };
4950
C69C80DA26788C4F00E20E20 /* DownloadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadView.swift; sourceTree = "<group>"; };
5051
C69C80DC26788C7900E20E20 /* InstallerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallerView.swift; sourceTree = "<group>"; };
52+
C6E3CB98267A2AFB007084F6 /* IconView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconView.swift; sourceTree = "<group>"; };
5153
/* End PBXFileReference section */
5254

5355
/* Begin PBXFrameworksBuildPhase section */
@@ -123,6 +125,7 @@
123125
C69C80DC26788C7900E20E20 /* InstallerView.swift */,
124126
C69C80DA26788C4F00E20E20 /* DownloadView.swift */,
125127
C635B0A926789DA9001EEA82 /* PreferencesView.swift */,
128+
C6E3CB98267A2AFB007084F6 /* IconView.swift */,
126129
);
127130
path = View;
128131
sourceTree = "<group>";
@@ -209,6 +212,7 @@
209212
C635B0AC26789F5F001EEA82 /* SeedProgram.swift in Sources */,
210213
C69C80D826788BC900E20E20 /* BuildManifest.swift in Sources */,
211214
C69C80DB26788C4F00E20E20 /* DownloadView.swift in Sources */,
215+
C6E3CB99267A2AFB007084F6 /* IconView.swift in Sources */,
212216
C69C80D426788BA100E20E20 /* Package.swift in Sources */,
213217
C69C80D226788B8D00E20E20 /* Catalog.swift in Sources */,
214218
C69C80CC267787DE00E20E20 /* DownloadManager.swift in Sources */,
@@ -339,6 +343,7 @@
339343
buildSettings = {
340344
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
341345
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
346+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
342347
CODE_SIGN_ENTITLEMENTS = FetchInstallerPkg/FetchInstallerPkg.entitlements;
343348
CODE_SIGN_STYLE = Automatic;
344349
COMBINE_HIDPI_IMAGES = YES;
@@ -350,6 +355,9 @@
350355
ENABLE_PREVIEWS = YES;
351356
ENABLE_USER_SELECTED_FILES = readonly;
352357
GENERATE_INFOPLIST_FILE = YES;
358+
INFOPLIST_KEY_CFBundleExecutable = FetchInstallerPkg;
359+
INFOPLIST_KEY_CFBundleName = FetchInstallerPkg;
360+
INFOPLIST_KEY_CFBundleVersion = 1;
353361
INFOPLIST_KEY_NSHumanReadableCopyright = "";
354362
LD_RUNPATH_SEARCH_PATHS = (
355363
"$(inherited)",
@@ -369,6 +377,7 @@
369377
buildSettings = {
370378
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371379
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
380+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
372381
CODE_SIGN_ENTITLEMENTS = FetchInstallerPkg/FetchInstallerPkg.entitlements;
373382
CODE_SIGN_STYLE = Automatic;
374383
COMBINE_HIDPI_IMAGES = YES;
@@ -380,6 +389,9 @@
380389
ENABLE_PREVIEWS = YES;
381390
ENABLE_USER_SELECTED_FILES = readonly;
382391
GENERATE_INFOPLIST_FILE = YES;
392+
INFOPLIST_KEY_CFBundleExecutable = FetchInstallerPkg;
393+
INFOPLIST_KEY_CFBundleName = FetchInstallerPkg;
394+
INFOPLIST_KEY_CFBundleVersion = 1;
383395
INFOPLIST_KEY_NSHumanReadableCopyright = "";
384396
LD_RUNPATH_SEARCH_PATHS = (
385397
"$(inherited)",

FetchInstallerPkg.xcodeproj/xcuserdata/armin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,30 @@
2020
landmarkType = "7">
2121
</BreakpointContent>
2222
</BreakpointProxy>
23+
<BreakpointProxy
24+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
25+
<BreakpointContent
26+
uuid = "994E0415-93DA-4263-842F-06B3AF126EDB"
27+
shouldBeEnabled = "Yes"
28+
ignoreCount = "0"
29+
continueAfterRunningActions = "Yes"
30+
filePath = "FetchInstallerPkg/View/InstallerView.swift"
31+
startingColumnNumber = "9223372036854775807"
32+
endingColumnNumber = "9223372036854775807"
33+
startingLineNumber = "51"
34+
endingLineNumber = "51"
35+
landmarkName = "body"
36+
landmarkType = "24">
37+
<Actions>
38+
<BreakpointActionProxy
39+
ActionExtensionID = "Xcode.BreakpointAction.Log">
40+
<ActionContent
41+
message = "copying @text@"
42+
conveyanceType = "0">
43+
</ActionContent>
44+
</BreakpointActionProxy>
45+
</Actions>
46+
</BreakpointContent>
47+
</BreakpointProxy>
2348
</Breakpoints>
2449
</Bucket>

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,61 @@
11
{
22
"images" : [
33
{
4+
"filename" : "Figma Icon B16.png",
45
"idiom" : "mac",
56
"scale" : "1x",
67
"size" : "16x16"
78
},
89
{
10+
"filename" : "Figma Icon B32.png",
911
"idiom" : "mac",
1012
"scale" : "2x",
1113
"size" : "16x16"
1214
},
1315
{
16+
"filename" : "Figma Icon B32-1.png",
1417
"idiom" : "mac",
1518
"scale" : "1x",
1619
"size" : "32x32"
1720
},
1821
{
22+
"filename" : "Figma Icon B64.png",
1923
"idiom" : "mac",
2024
"scale" : "2x",
2125
"size" : "32x32"
2226
},
2327
{
28+
"filename" : "Figma Icon B128.png",
2429
"idiom" : "mac",
2530
"scale" : "1x",
2631
"size" : "128x128"
2732
},
2833
{
34+
"filename" : "Figma Icon B256.png",
2935
"idiom" : "mac",
3036
"scale" : "2x",
3137
"size" : "128x128"
3238
},
3339
{
40+
"filename" : "Figma Icon B256-1.png",
3441
"idiom" : "mac",
3542
"scale" : "1x",
3643
"size" : "256x256"
3744
},
3845
{
46+
"filename" : "Figma Icon B512.png",
3947
"idiom" : "mac",
4048
"scale" : "2x",
4149
"size" : "256x256"
4250
},
4351
{
52+
"filename" : "Figma Icon B512-1.png",
4453
"idiom" : "mac",
4554
"scale" : "1x",
4655
"size" : "512x512"
4756
},
4857
{
58+
"filename" : "Figma Icon B1024.png",
4959
"idiom" : "mac",
5060
"scale" : "2x",
5161
"size" : "512x512"
418 KB
Loading
12.7 KB
Loading
703 Bytes
Loading
38.5 KB
Loading
38.5 KB
Loading
1.65 KB
Loading
1.65 KB
Loading

0 commit comments

Comments
 (0)