|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 17027E25286741B90062EB29 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17027E24286741B80062EB29 /* Logging.swift */; }; |
| 11 | + 17027E26286741B90062EB29 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17027E24286741B80062EB29 /* Logging.swift */; }; |
| 12 | + 17027E27286757650062EB29 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17027E24286741B80062EB29 /* Logging.swift */; }; |
10 | 13 | 170DFA34251BBC44001D82A0 /* PostEditorModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170DFA33251BBC44001D82A0 /* PostEditorModel.swift */; };
|
11 | 14 | 170DFA35251BBC44001D82A0 /* PostEditorModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170DFA33251BBC44001D82A0 /* PostEditorModel.swift */; };
|
12 | 15 | 17120DA124E19839002B9F6C /* AccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A5388D24DDEC7400DEFF9A /* AccountView.swift */; };
|
|
176 | 179 | /* End PBXCopyFilesBuildPhase section */
|
177 | 180 |
|
178 | 181 | /* Begin PBXFileReference section */
|
| 182 | + 17027E24286741B80062EB29 /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = "<group>"; }; |
179 | 183 | 1709ADDF251B9A110053AF79 /* EditorLaunchingPolicy.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = EditorLaunchingPolicy.md; sourceTree = "<group>"; };
|
180 | 184 | 170DFA33251BBC44001D82A0 /* PostEditorModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostEditorModel.swift; sourceTree = "<group>"; };
|
181 | 185 | 17120DA424E19CBF002B9F6C /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
|
312 | 316 | /* End PBXFrameworksBuildPhase section */
|
313 | 317 |
|
314 | 318 | /* Begin PBXGroup section */
|
| 319 | + 17027E23286741910062EB29 /* Logging */ = { |
| 320 | + isa = PBXGroup; |
| 321 | + children = ( |
| 322 | + 17027E24286741B80062EB29 /* Logging.swift */, |
| 323 | + ); |
| 324 | + path = Logging; |
| 325 | + sourceTree = "<group>"; |
| 326 | + }; |
315 | 327 | 1709ADDE251B99D40053AF79 /* Technotes */ = {
|
316 | 328 | isa = PBXGroup;
|
317 | 329 | children = (
|
|
491 | 503 | 17DF32D024C8B75C00BCE2E3 /* Account */,
|
492 | 504 | 1756AE7F24CB841200FD7257 /* Extensions */,
|
493 | 505 | 17275264280997BF003D0A6A /* ErrorHandling */,
|
| 506 | + 17027E23286741910062EB29 /* Logging */, |
494 | 507 | 1762DCB124EB07680019C4EB /* Models */,
|
495 | 508 | 17DF32CC24C8B72300BCE2E3 /* Navigation */,
|
496 | 509 | 1739B8D324EAFAB700DA7421 /* PostEditor */,
|
|
879 | 892 | 172E10202735C64600061372 /* WFACollection+CoreDataClass.swift in Sources */,
|
880 | 893 | 172E10222735C64600061372 /* WFAPost+CoreDataProperties.swift in Sources */,
|
881 | 894 | 172E101D2735C5AB00061372 /* LocalStorageModel.xcdatamodeld in Sources */,
|
| 895 | + 17027E27286757650062EB29 /* Logging.swift in Sources */, |
882 | 896 | 17836C14273EFB870047AF61 /* UserDefaults+Extensions.swift in Sources */,
|
883 | 897 | 172E10242735C72500061372 /* PreferencesModel.swift in Sources */,
|
884 | 898 | 172E10172735C2DF00061372 /* EnvironmentValues+Extensions.swift in Sources */,
|
|
928 | 942 | 1756DC0124FEE18400207AB8 /* WFACollection+CoreDataClass.swift in Sources */,
|
929 | 943 | 17DF32AA24C87D3500BCE2E3 /* WriteFreely_MultiPlatformApp.swift in Sources */,
|
930 | 944 | 17120DA724E19D11002B9F6C /* SettingsView.swift in Sources */,
|
| 945 | + 17027E25286741B90062EB29 /* Logging.swift in Sources */, |
931 | 946 | 1727526628099802003D0A6A /* ErrorConstants.swift in Sources */,
|
932 | 947 | 1756DC0324FEE18400207AB8 /* WFACollection+CoreDataProperties.swift in Sources */,
|
933 | 948 | 17120DA224E1985C002B9F6C /* AccountModel.swift in Sources */,
|
|
961 | 976 | 17120DAD24E1B99F002B9F6C /* AccountLoginView.swift in Sources */,
|
962 | 977 | 17D4926727947D780035BD7E /* MacUpdatesViewModel.swift in Sources */,
|
963 | 978 | 17466626256C0D0600629997 /* MacEditorTextView.swift in Sources */,
|
| 979 | + 17027E26286741B90062EB29 /* Logging.swift in Sources */, |
964 | 980 | 1727526B2809991A003D0A6A /* ErrorHandling.swift in Sources */,
|
965 | 981 | 17E5DF8A2543610700DCDC9B /* PostTextEditingView.swift in Sources */,
|
966 | 982 | 17C42E71250AAFD500072984 /* NSManagedObjectContext+ExecuteAndMergeChanges.swift in Sources */,
|
|
0 commit comments