|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 50F8B85FF01E11B58A38AF67 /* AppTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A2A9280884DBAEB48370E6A /* AppTheme.swift */; }; |
11 | 11 | 5B45E412800E2B28578BF63B /* TodayTomorrowApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20C9786849A94517794A9ECC /* TodayTomorrowApp.swift */; }; |
| 12 | + 6DB44B433AEE3FF119CD744E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 632EB09EB2C8AF3190012910 /* Assets.xcassets */; }; |
12 | 13 | 70C4D422472ACC0C6E9B05C3 /* SectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27FDA56FFFD3D4C1DE5D15C5 /* SectionView.swift */; }; |
13 | 14 | 742661AAD9053E79383320FD /* StatusBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F11A8FC4E92A0ECF6FD643A /* StatusBarView.swift */; }; |
14 | 15 | 811AD322A278F80034F34D51 /* MidnightRollover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 348B2BBEC5A247D08D1771CB /* MidnightRollover.swift */; }; |
|
29 | 30 | 3D7CA2B5EE8A367DBDD44764 /* TodayTomorrow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TodayTomorrow.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 31 | 42682390561FDED98ACA684E /* TaskRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskRowView.swift; sourceTree = "<group>"; }; |
31 | 32 | 54E8D66BD1224E2B6C7D24F1 /* TaskStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskStore.swift; sourceTree = "<group>"; }; |
| 33 | + 632EB09EB2C8AF3190012910 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
32 | 34 | A73D7816E8BE7C9C1F21AA07 /* TaskInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskInputView.swift; sourceTree = "<group>"; }; |
33 | 35 | E8959DE23828532BA66EFCF2 /* TaskItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskItem.swift; sourceTree = "<group>"; }; |
34 | 36 | E9303E64D9E886A4C549E0C6 /* HeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderView.swift; sourceTree = "<group>"; }; |
|
76 | 78 | DAE0974EEDE79D2C4B63F615 /* TodayTomorrow */ = { |
77 | 79 | isa = PBXGroup; |
78 | 80 | children = ( |
| 81 | + 632EB09EB2C8AF3190012910 /* Assets.xcassets */, |
79 | 82 | 20C9786849A94517794A9ECC /* TodayTomorrowApp.swift */, |
80 | 83 | C89D7FC367119BF87CBE1A24 /* Models */, |
81 | 84 | CBD86B4B8BEC38993F15A702 /* Theme */, |
|
118 | 121 | buildConfigurationList = D0A9DD2967E04D26EB5EF68C /* Build configuration list for PBXNativeTarget "TodayTomorrow" */; |
119 | 122 | buildPhases = ( |
120 | 123 | 811D04E87BB342599A28C299 /* Sources */, |
| 124 | + 1776A72DF6A6BF6AE0654C68 /* Resources */, |
121 | 125 | ); |
122 | 126 | buildRules = ( |
123 | 127 | ); |
|
158 | 162 | }; |
159 | 163 | /* End PBXProject section */ |
160 | 164 |
|
| 165 | +/* Begin PBXResourcesBuildPhase section */ |
| 166 | + 1776A72DF6A6BF6AE0654C68 /* Resources */ = { |
| 167 | + isa = PBXResourcesBuildPhase; |
| 168 | + buildActionMask = 2147483647; |
| 169 | + files = ( |
| 170 | + 6DB44B433AEE3FF119CD744E /* Assets.xcassets in Resources */, |
| 171 | + ); |
| 172 | + runOnlyForDeploymentPostprocessing = 0; |
| 173 | + }; |
| 174 | +/* End PBXResourcesBuildPhase section */ |
| 175 | + |
161 | 176 | /* Begin PBXSourcesBuildPhase section */ |
162 | 177 | 811D04E87BB342599A28C299 /* Sources */ = { |
163 | 178 | isa = PBXSourcesBuildPhase; |
|
0 commit comments