|
244 | 244 | 1752D4FA238D702E002B79E7 /* KeyValueDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1751E5901CE0E552000CA08D /* KeyValueDatabase.swift */; }; |
245 | 245 | 1752D4FB238D702F002B79E7 /* KeyValueDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1751E5901CE0E552000CA08D /* KeyValueDatabase.swift */; }; |
246 | 246 | 1752D4FC238D703A002B79E7 /* KeyValueDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1751E5901CE0E552000CA08D /* KeyValueDatabase.swift */; }; |
| 247 | + 175507B327A062980038ED28 /* PublicizeConnectionURLMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175507B227A062980038ED28 /* PublicizeConnectionURLMatcher.swift */; }; |
| 248 | + 175507B427A062980038ED28 /* PublicizeConnectionURLMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175507B227A062980038ED28 /* PublicizeConnectionURLMatcher.swift */; }; |
247 | 249 | 175721162754D31F00DE38BC /* AppIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175721152754D31F00DE38BC /* AppIcon.swift */; }; |
248 | 250 | 175721172754D31F00DE38BC /* AppIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175721152754D31F00DE38BC /* AppIcon.swift */; }; |
249 | 251 | 1759F1701FE017BF0003EC81 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1759F16F1FE017BF0003EC81 /* Queue.swift */; }; |
|
313 | 315 | 178DDD31266D7576006C68C4 /* BloggingRemindersFlowCompletionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 178DDD2F266D7576006C68C4 /* BloggingRemindersFlowCompletionViewController.swift */; }; |
314 | 316 | 178DDD57266E4165006C68C4 /* CalendarDayToggleButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 178DDD56266E4165006C68C4 /* CalendarDayToggleButton.swift */; }; |
315 | 317 | 1790A4531E28F0ED00AE54C2 /* UINavigationController+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1790A4521E28F0ED00AE54C2 /* UINavigationController+Helpers.swift */; }; |
| 318 | + 179501CD27A01D4100882787 /* PublicizeAuthorizationURLComponentsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179501CC27A01D4100882787 /* PublicizeAuthorizationURLComponentsTests.swift */; }; |
316 | 319 | 1797373720EBAA4100377B4E /* RouteMatcherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1797373620EBAA4100377B4E /* RouteMatcherTests.swift */; }; |
317 | 320 | 179A70F02729834B006DAC0A /* Binding+OnChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179A70EF2729834B006DAC0A /* Binding+OnChange.swift */; }; |
318 | 321 | 179A70F12729834B006DAC0A /* Binding+OnChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179A70EF2729834B006DAC0A /* Binding+OnChange.swift */; }; |
|
4886 | 4889 | 1751E5901CE0E552000CA08D /* KeyValueDatabase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyValueDatabase.swift; sourceTree = "<group>"; }; |
4887 | 4890 | 1751E5921CE23801000CA08D /* NSAttributedString+StyledHTML.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+StyledHTML.swift"; sourceTree = "<group>"; }; |
4888 | 4891 | 17523380246C4F9200870B4A /* HomepageSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomepageSettingsViewController.swift; sourceTree = "<group>"; }; |
| 4892 | + 175507B227A062980038ED28 /* PublicizeConnectionURLMatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublicizeConnectionURLMatcher.swift; sourceTree = "<group>"; }; |
4889 | 4893 | 175721152754D31F00DE38BC /* AppIcon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIcon.swift; sourceTree = "<group>"; }; |
4890 | 4894 | 1759F16F1FE017BF0003EC81 /* Queue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Queue.swift; sourceTree = "<group>"; }; |
4891 | 4895 | 1759F1711FE017F20003EC81 /* QueueTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QueueTests.swift; sourceTree = "<group>"; }; |
|
4947 | 4951 | 178DDD2F266D7576006C68C4 /* BloggingRemindersFlowCompletionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BloggingRemindersFlowCompletionViewController.swift; sourceTree = "<group>"; }; |
4948 | 4952 | 178DDD56266E4165006C68C4 /* CalendarDayToggleButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarDayToggleButton.swift; sourceTree = "<group>"; }; |
4949 | 4953 | 1790A4521E28F0ED00AE54C2 /* UINavigationController+Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+Helpers.swift"; sourceTree = "<group>"; }; |
| 4954 | + 179501CC27A01D4100882787 /* PublicizeAuthorizationURLComponentsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublicizeAuthorizationURLComponentsTests.swift; sourceTree = "<group>"; }; |
4950 | 4955 | 1797373620EBAA4100377B4E /* RouteMatcherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouteMatcherTests.swift; sourceTree = "<group>"; }; |
4951 | 4956 | 179A70EF2729834B006DAC0A /* Binding+OnChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Binding+OnChange.swift"; sourceTree = "<group>"; }; |
4952 | 4957 | 17A09B98238FE13B0022AE0D /* FeatureFlagOverrideStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlagOverrideStore.swift; sourceTree = "<group>"; }; |
|
11092 | 11097 | 24B1AE3024FEC79900B9F334 /* RemoteFeatureFlagTests.swift */, |
11093 | 11098 | F551E7F623FC9A5C00751212 /* Collection+RotateTests.swift */, |
11094 | 11099 | FAE8EE9B273AD0A800A65307 /* QuickStartSettingsTests.swift */, |
| 11100 | + 179501CC27A01D4100882787 /* PublicizeAuthorizationURLComponentsTests.swift */, |
11095 | 11101 | ); |
11096 | 11102 | name = Utility; |
11097 | 11103 | sourceTree = "<group>"; |
|
14069 | 14075 | E63BBC941C5168BE00598BE8 /* SharingAuthorizationHelper.h */, |
14070 | 14076 | E63BBC951C5168BE00598BE8 /* SharingAuthorizationHelper.m */, |
14071 | 14077 | F16601C323E9E783007950AE /* SharingAuthorizationWebViewController.swift */, |
| 14078 | + 175507B227A062980038ED28 /* PublicizeConnectionURLMatcher.swift */, |
14072 | 14079 | E663D18F1C65383E0017F109 /* SharingAccountViewController.swift */, |
14073 | 14080 | E6431DE11C4E892900FD8D90 /* SharingDetailViewController.h */, |
14074 | 14081 | E6431DE21C4E892900FD8D90 /* SharingDetailViewController.m */, |
|
17461 | 17468 | E64384831C628FCC0052ADB5 /* WPStyleGuide+Sharing.swift in Sources */, |
17462 | 17469 | F504D2B025D60C5900A2764C /* StoryPoster.swift in Sources */, |
17463 | 17470 | 981C82B62193A7B900A06E84 /* Double+Stats.swift in Sources */, |
| 17471 | + 175507B327A062980038ED28 /* PublicizeConnectionURLMatcher.swift in Sources */, |
17464 | 17472 | 177074851FB209F100951A4A /* CircularProgressView.swift in Sources */, |
17465 | 17473 | 98458CB821A39D350025D232 /* StatsNoDataRow.swift in Sources */, |
17466 | 17474 | 3234BB172530DFCA0068DA40 /* ReaderTableCardCell.swift in Sources */, |
|
19255 | 19263 | 246D0A0325E97D5D0028B83F /* Blog+ObjcTests.m in Sources */, |
19256 | 19264 | 9A9D34FF2360A4E200BC95A3 /* StatsPeriodAsyncOperationTests.swift in Sources */, |
19257 | 19265 | B5EFB1C91B333C5A007608A3 /* NotificationSettingsServiceTests.swift in Sources */, |
| 19266 | + 179501CD27A01D4100882787 /* PublicizeAuthorizationURLComponentsTests.swift in Sources */, |
19258 | 19267 | 4089C51422371EE30031CE78 /* TodayStatsTests.swift in Sources */, |
19259 | 19268 | 7E53AB0A20FE83A9005796FE /* MockContentCoordinator.swift in Sources */, |
19260 | 19269 | BE1071FF1BC75FFA00906AFF /* WPStyleGuide+BlogTests.swift in Sources */, |
|
20177 | 20186 | FABB23C22602FC2C00C8785C /* PrepublishingHeaderView.swift in Sources */, |
20178 | 20187 | 3FB1929126C6C56E000F5AA3 /* TimeSelectionButton.swift in Sources */, |
20179 | 20188 | FABB23C32602FC2C00C8785C /* StatsWidgetsStore.swift in Sources */, |
| 20189 | + 175507B427A062980038ED28 /* PublicizeConnectionURLMatcher.swift in Sources */, |
20180 | 20190 | FABB23C42602FC2C00C8785C /* MenuItemsVisualOrderingView.m in Sources */, |
20181 | 20191 | FABB23C52602FC2C00C8785C /* JetpackScanViewController.swift in Sources */, |
20182 | 20192 | FABB23C62602FC2C00C8785C /* ReaderSubscribingNotificationAction.swift in Sources */, |
|
0 commit comments