WIP - custom widget icon

This commit is contained in:
Trey t
2022-02-13 22:15:53 -06:00
parent 56d7e40c27
commit 649180dbb5
7 changed files with 372 additions and 250 deletions

View File

@@ -90,6 +90,8 @@
1CD90B77278C8119001C4FEA /* LocalNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B75278C8119001C4FEA /* LocalNotification.swift */; };
1CEC966F27B9C29300CC8688 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC966E27B9C29300CC8688 /* IconView.swift */; };
1CEC967127B9C2BB00CC8688 /* CustomIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC967027B9C2BB00CC8688 /* CustomIcon.swift */; };
1CEC967227B9C9FB00CC8688 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC966E27B9C29300CC8688 /* IconView.swift */; };
1CEC967327B9CA0C00CC8688 /* CustomIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC967027B9C2BB00CC8688 /* CustomIcon.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -297,6 +299,7 @@
1CAD602A27A5C1C800C520BD /* Views */ = {
isa = PBXGroup;
children = (
1C358FB927B35252002C83A6 /* ActivityViewController.swift */,
1CAD602F27A5C1C800C520BD /* AddMoodHeaderView.swift */,
1CAD603127A5C1C800C520BD /* BGView.swift */,
1CAD603227A5C1C800C520BD /* ContentView.swift */,
@@ -308,10 +311,9 @@
1CAD603327A5C1C800C520BD /* HeaderStatsView.swift */,
1CEC966E27B9C29300CC8688 /* IconView.swift */,
1CAD602C27A5C1C800C520BD /* SettingsView.swift */,
1C358FB027B0AD87002C83A6 /* SharingListView.swift */,
1CAD602B27A5C1C800C520BD /* SmallRollUpHeaderView.swift */,
1CAD603D27A6ECCD00C520BD /* SwitchableView.swift */,
1C358FB027B0AD87002C83A6 /* SharingListView.swift */,
1C358FB927B35252002C83A6 /* ActivityViewController.swift */,
);
path = Views;
sourceTree = "<group>";
@@ -417,17 +419,17 @@
1CD90B60278C7EBA001C4FEA /* Models */ = {
isa = PBXGroup;
children = (
1C358FB427B0ADF3002C83A6 /* SharingTemplates */,
1C02589D27B9821700EB91AC /* CenterTiledImage.swift */,
1CA0376F2799FFA600D26164 /* ContentModeViewModel.swift */,
1CEC967027B9C2BB00CC8688 /* CustomIcon.swift */,
1CC469AB27907D48003E0C6E /* DayChartView.swift */,
1C2618FD27960A4F00FDC148 /* FilterViewModel.swift */,
1CD90B61278C7EBA001C4FEA /* Mood.swift */,
1CD90B62278C7EBA001C4FEA /* MoodEntryExtension.swift */,
1CB101C627B81CAC00D1C033 /* MoodMetrics.swift */,
1C358FB427B0ADF3002C83A6 /* SharingTemplates */,
1C358FAC27ADD0C3002C83A6 /* Theme.swift */,
1C5F4977279C945E0092F1B4 /* UserDefaultsStore.swift */,
1C02589D27B9821700EB91AC /* CenterTiledImage.swift */,
1CEC967027B9C2BB00CC8688 /* CustomIcon.swift */,
1CB101C627B81CAC00D1C033 /* MoodMetrics.swift */,
);
path = Models;
sourceTree = "<group>";
@@ -719,6 +721,7 @@
buildActionMask = 2147483647;
files = (
1CD90B65278C7EBA001C4FEA /* Mood.swift in Sources */,
1CEC967227B9C9FB00CC8688 /* IconView.swift in Sources */,
1CA2662D2793908700C0E12C /* Persistence.swift in Sources */,
1CD90B5F278C7EAD001C4FEA /* Random.swift in Sources */,
1CD90B68278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */,
@@ -726,6 +729,7 @@
1C10E25127A1AB320047948B /* OnboardingTitle.swift in Sources */,
1CB101C827B81CAC00D1C033 /* MoodMetrics.swift in Sources */,
1C683FCB2792281400745862 /* Stats.swift in Sources */,
1CEC967327B9CA0C00CC8688 /* CustomIcon.swift in Sources */,
1C10E25027A1AB220047948B /* OnboardingDay.swift in Sources */,
1C10E24F27A1AB1D0047948B /* OnboardingData.swift in Sources */,
1CD90B52278C7E7A001C4FEA /* FeelsWidget.intentdefinition in Sources */,