Skip to content

Commit cd3070f

Browse files
committed
Rename to ObservableObjects
1 parent cfe4d2d commit cd3070f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Moments/Moments.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
AE2154C1256665EE00CE71C2 /* Moments-SwiftUI */ = {
379379
isa = PBXGroup;
380380
children = (
381-
AE2154F2256698AC00CE71C2 /* ObservedObjects */,
381+
AE2154F2256698AC00CE71C2 /* ObservableObjects */,
382382
AE2154E52566985900CE71C2 /* Views */,
383383
);
384384
path = "Moments-SwiftUI";
@@ -396,13 +396,13 @@
396396
path = Views;
397397
sourceTree = "<group>";
398398
};
399-
AE2154F2256698AC00CE71C2 /* ObservedObjects */ = {
399+
AE2154F2256698AC00CE71C2 /* ObservableObjects */ = {
400400
isa = PBXGroup;
401401
children = (
402402
AE2154F9256699BE00CE71C2 /* MomentsListObservableObject.swift */,
403403
AEF2D72725694447006307EF /* UserDataStoreObservableObject.swift */,
404404
);
405-
path = ObservedObjects;
405+
path = ObservableObjects;
406406
sourceTree = "<group>";
407407
};
408408
AE3727E2255FA7F4004AD01E /* ABTest */ = {

0 commit comments

Comments
 (0)