Skip to content

Commit 512c037

Browse files
committed
chore: organize home files
1 parent 34e98a9 commit 512c037

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

BDKSwiftExampleWallet.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,15 @@
237237
path = Actor;
238238
sourceTree = "<group>";
239239
};
240+
77AD9F072DBB0DBE00182E65 /* Home */ = {
241+
isa = PBXGroup;
242+
children = (
243+
774586B42DB7B2BC00A631E1 /* BalanceView.swift */,
244+
77AD9F052DBB031D00182E65 /* ActivityHomeHeaderView.swift */,
245+
);
246+
path = Home;
247+
sourceTree = "<group>";
248+
};
240249
A7FBCE392A72944C007C960E /* Resources */ = {
241250
isa = PBXGroup;
242251
children = (
@@ -285,7 +294,7 @@
285294
AE2381B92C61255100F6B00C /* Receive */,
286295
AE2381B82C61254B00F6B00C /* Send */,
287296
AE2381B72C61254200F6B00C /* Settings */,
288-
774586B42DB7B2BC00A631E1 /* BalanceView.swift */,
297+
77AD9F072DBB0DBE00182E65 /* Home */,
289298
);
290299
path = View;
291300
sourceTree = "<group>";
@@ -327,7 +336,6 @@
327336
isa = PBXGroup;
328337
children = (
329338
AE2381AC2C60578500F6B00C /* ActivityListView.swift */,
330-
77AD9F052DBB031D00182E65 /* ActivityHomeHeaderView.swift */,
331339
AE0C30F62A804A2D008F1EAE /* TransactionListView.swift */,
332340
AE29ED102BBE318A00EB9C4F /* TransactionItemView.swift */,
333341
AEB130C82A44E4850087785B /* TransactionDetailView.swift */,

0 commit comments

Comments
 (0)