|
21 | 21 | AC5C7F6726E749B60067D6D7 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5C7F6626E749B60067D6D7 /* LoginView.swift */; };
|
22 | 22 | AC5C7F6926E7738E0067D6D7 /* DeeplinkHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5C7F6826E7738E0067D6D7 /* DeeplinkHandler.swift */; };
|
23 | 23 | AC5C7F6B26E778530067D6D7 /* AppModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5C7F6A26E778530067D6D7 /* AppModel.swift */; };
|
| 24 | + AC9AF7C2271F20CB00619392 /* InboxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC9AF7C1271F20CB00619392 /* InboxView.swift */; }; |
24 | 25 | ACEAACBC26EA00BA00D006AF /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACEAACBB26EA00BA00D006AF /* NotificationService.swift */; };
|
25 | 26 | ACEAACC026EA00BA00D006AF /* notification-extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = ACEAACB926EA00BA00D006AF /* notification-extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
26 | 27 | ACEAACC626EA00DF00D006AF /* IterableAppExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = ACEAACC526EA00DF00D006AF /* IterableAppExtensions */; };
|
|
67 | 68 | AC5C7F6626E749B60067D6D7 /* LoginView.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; tabWidth = 2; };
|
68 | 69 | AC5C7F6826E7738E0067D6D7 /* DeeplinkHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeeplinkHandler.swift; sourceTree = "<group>"; };
|
69 | 70 | AC5C7F6A26E778530067D6D7 /* AppModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppModel.swift; sourceTree = "<group>"; };
|
| 71 | + AC9AF7C1271F20CB00619392 /* InboxView.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = InboxView.swift; sourceTree = "<group>"; tabWidth = 2; }; |
70 | 72 | ACEAACB426E9FA6100D006AF /* swiftui-sample-app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "swiftui-sample-app.entitlements"; sourceTree = "<group>"; };
|
71 | 73 | ACEAACB926EA00BA00D006AF /* notification-extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "notification-extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
|
72 | 74 | ACEAACBB26EA00BA00D006AF /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
|
|
157 | 159 | AC5C7F5F26E7361A0067D6D7 /* Views */ = {
|
158 | 160 | isa = PBXGroup;
|
159 | 161 | children = (
|
| 162 | + AC9AF7C0271F200500619392 /* Inbox */, |
160 | 163 | AC59DB0626E0C489002A7E08 /* ContentView.swift */,
|
161 | 164 | AC5C7F6026E7364B0067D6D7 /* CoffeeListView.swift */,
|
162 | 165 | AC5C7F6226E7370D0067D6D7 /* CoffeeView.swift */,
|
|
166 | 169 | path = Views;
|
167 | 170 | sourceTree = "<group>";
|
168 | 171 | };
|
| 172 | + AC9AF7C0271F200500619392 /* Inbox */ = { |
| 173 | + isa = PBXGroup; |
| 174 | + children = ( |
| 175 | + AC9AF7C1271F20CB00619392 /* InboxView.swift */, |
| 176 | + ); |
| 177 | + name = Inbox; |
| 178 | + sourceTree = "<group>"; |
| 179 | + }; |
169 | 180 | ACEAACBA26EA00BA00D006AF /* notification-extension */ = {
|
170 | 181 | isa = PBXGroup;
|
171 | 182 | children = (
|
|
281 | 292 | buildActionMask = 2147483647;
|
282 | 293 | files = (
|
283 | 294 | AC5C7F6126E7364B0067D6D7 /* CoffeeListView.swift in Sources */,
|
| 295 | + AC9AF7C2271F20CB00619392 /* InboxView.swift in Sources */, |
284 | 296 | AC5C7F6326E7370E0067D6D7 /* CoffeeView.swift in Sources */,
|
285 | 297 | AC5C7F6B26E778530067D6D7 /* AppModel.swift in Sources */,
|
286 | 298 | AC5C7F6526E744700067D6D7 /* CoffeeRow.swift in Sources */,
|
|
0 commit comments