|
89 | 89 | 9F7788F02BE78E77004E6BEF /* Timeline in Frameworks */ = {isa = PBXBuildFile; productRef = 9F7788EF2BE78E77004E6BEF /* Timeline */; }; |
90 | 90 | 9F7D93942980063100EE6B7A /* AppAccount in Frameworks */ = {isa = PBXBuildFile; productRef = 9F7D93932980063100EE6B7A /* AppAccount */; }; |
91 | 91 | 9F7D939A29805DBD00EE6B7A /* AccountSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7D939929805DBD00EE6B7A /* AccountSettingView.swift */; }; |
| 92 | + 9F8B92122BF77DBE003D37A2 /* AccountWidgetConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F8B920E2BF77DB4003D37A2 /* AccountWidgetConfiguration.swift */; }; |
| 93 | + 9F8B92132BF77DBE003D37A2 /* AccountWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F8B92102BF77DBB003D37A2 /* AccountWidget.swift */; }; |
| 94 | + 9F8B92162BF77F0B003D37A2 /* AccountWidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F8B92142BF77F05003D37A2 /* AccountWidgetView.swift */; }; |
92 | 95 | 9FA6FD6229C04A8800E2312C /* TranslationSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FA6FD6129C04A8800E2312C /* TranslationSettingsView.swift */; }; |
93 | 96 | 9FAD858B29743F7400496AB1 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FAD858A29743F7400496AB1 /* ShareViewController.swift */; }; |
94 | 97 | 9FAD858E29743F7400496AB1 /* (null) in Resources */ = {isa = PBXBuildFile; }; |
|
275 | 278 | 9F7788EC2BE78D75004E6BEF /* TimelineFilterEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineFilterEntity.swift; sourceTree = "<group>"; }; |
276 | 279 | 9F7D939529800B0300EE6B7A /* IceCubesApp-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "IceCubesApp-release.xcconfig"; sourceTree = "<group>"; }; |
277 | 280 | 9F7D939929805DBD00EE6B7A /* AccountSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSettingView.swift; sourceTree = "<group>"; }; |
| 281 | + 9F8B920E2BF77DB4003D37A2 /* AccountWidgetConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountWidgetConfiguration.swift; sourceTree = "<group>"; }; |
| 282 | + 9F8B92102BF77DBB003D37A2 /* AccountWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountWidget.swift; sourceTree = "<group>"; }; |
| 283 | + 9F8B92142BF77F05003D37A2 /* AccountWidgetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountWidgetView.swift; sourceTree = "<group>"; }; |
278 | 284 | 9FA6FD6129C04A8800E2312C /* TranslationSettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TranslationSettingsView.swift; sourceTree = "<group>"; }; |
279 | 285 | 9FAD858829743F7400496AB1 /* IceCubesShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = IceCubesShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
280 | 286 | 9FAD858A29743F7400496AB1 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; }; |
|
497 | 503 | 9F7788CA2BE652B1004E6BEF /* IceCubesAppWidgetsExtension */ = { |
498 | 504 | isa = PBXGroup; |
499 | 505 | children = ( |
| 506 | + 9F8B920D2BF77DA8003D37A2 /* AccountWidget */, |
500 | 507 | 9F5BE6202BF48FB20074387E /* ListsWidget */, |
501 | 508 | 9FF2FB6B2BE8AE78001560CE /* MentionWidget */, |
502 | 509 | 9FF2FB642BE7F7FA001560CE /* Shared */, |
|
510 | 517 | path = IceCubesAppWidgetsExtension; |
511 | 518 | sourceTree = "<group>"; |
512 | 519 | }; |
| 520 | + 9F8B920D2BF77DA8003D37A2 /* AccountWidget */ = { |
| 521 | + isa = PBXGroup; |
| 522 | + children = ( |
| 523 | + 9F8B920E2BF77DB4003D37A2 /* AccountWidgetConfiguration.swift */, |
| 524 | + 9F8B92102BF77DBB003D37A2 /* AccountWidget.swift */, |
| 525 | + 9F8B92142BF77F05003D37A2 /* AccountWidgetView.swift */, |
| 526 | + ); |
| 527 | + path = AccountWidget; |
| 528 | + sourceTree = "<group>"; |
| 529 | + }; |
513 | 530 | 9FA0D2AC29921C1F008A143B /* Embeds */ = { |
514 | 531 | isa = PBXGroup; |
515 | 532 | children = ( |
|
1011 | 1028 | 9F5BE6272BF492CF0074387E /* ListEntity.swift in Sources */, |
1012 | 1029 | 9FF2FB622BE7F5D5001560CE /* HashtagPostsWidget.swift in Sources */, |
1013 | 1030 | 9FF2FB712BE8AEA0001560CE /* MentionWidget.swift in Sources */, |
| 1031 | + 9F8B92162BF77F0B003D37A2 /* AccountWidgetView.swift in Sources */, |
| 1032 | + 9F8B92122BF77DBE003D37A2 /* AccountWidgetConfiguration.swift in Sources */, |
| 1033 | + 9F8B92132BF77DBE003D37A2 /* AccountWidget.swift in Sources */, |
1014 | 1034 | 9F7788EA2BE65585004E6BEF /* AppAccountEntity.swift in Sources */, |
1015 | 1035 | 9FF2FB6A2BE7F84E001560CE /* SharedUtils.swift in Sources */, |
1016 | 1036 | 9F7788CE2BE652B1004E6BEF /* LatestPostsWidget.swift in Sources */, |
|
0 commit comments