|
186 | 186 | D1B99D932BEE631B00F51514 /* Benefit.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B99D8F2BEE631B00F51514 /* Benefit.swift */; };
|
187 | 187 | D1B99D942BEE631B00F51514 /* Tier.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B99D902BEE631B00F51514 /* Tier.swift */; };
|
188 | 188 | D1B99D962BEE657F00F51514 /* API.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B99D952BEE657F00F51514 /* API.swift */; };
|
| 189 | + D1BB073B2C98524B00981D5F /* TrackersListService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BB073A2C98524A00981D5F /* TrackersListService.swift */; }; |
| 190 | + D1BB07432C985EB800981D5F /* TrackersListPreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BB07422C985EAE00981D5F /* TrackersListPreferencesView.swift */; }; |
| 191 | + D1BB07452C9869C300981D5F /* TrackersListDetailsPreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BB07442C9869B900981D5F /* TrackersListDetailsPreferencesView.swift */; }; |
189 | 192 | D1CAB8852AF3B51E00EB6AFF /* ToggleCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1CAB8842AF3B51E00EB6AFF /* ToggleCellView.swift */; };
|
190 | 193 | D1CAB8872AF3B52E00EB6AFF /* ToggleCellViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1CAB8862AF3B52E00EB6AFF /* ToggleCellViewModel.swift */; };
|
191 | 194 | D1D1279B2BC7CA7600C04533 /* SwiftUILayoutGuides.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1D1279A2BC7CA7600C04533 /* SwiftUILayoutGuides.swift */; };
|
|
418 | 421 | D1B99D8F2BEE631B00F51514 /* Benefit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Benefit.swift; sourceTree = "<group>"; };
|
419 | 422 | D1B99D902BEE631B00F51514 /* Tier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tier.swift; sourceTree = "<group>"; };
|
420 | 423 | D1B99D952BEE657F00F51514 /* API.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = API.swift; sourceTree = "<group>"; };
|
| 424 | + D1BB073A2C98524A00981D5F /* TrackersListService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrackersListService.swift; sourceTree = "<group>"; }; |
| 425 | + D1BB07422C985EAE00981D5F /* TrackersListPreferencesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrackersListPreferencesView.swift; sourceTree = "<group>"; }; |
| 426 | + D1BB07442C9869B900981D5F /* TrackersListDetailsPreferencesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrackersListDetailsPreferencesView.swift; sourceTree = "<group>"; }; |
421 | 427 | D1CAB8842AF3B51E00EB6AFF /* ToggleCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToggleCellView.swift; sourceTree = "<group>"; };
|
422 | 428 | D1CAB8862AF3B52E00EB6AFF /* ToggleCellViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToggleCellViewModel.swift; sourceTree = "<group>"; };
|
423 | 429 | D1D1279A2BC7CA7600C04533 /* SwiftUILayoutGuides.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftUILayoutGuides.swift; sourceTree = "<group>"; };
|
|
793 | 799 | D111384C2AF9663F008907F7 /* Preferences */ = {
|
794 | 800 | isa = PBXGroup;
|
795 | 801 | children = (
|
| 802 | + D1BB07412C985E9700981D5F /* TrackersList */, |
796 | 803 | 7C95B7A32C34B554000EC50F /* Storage */,
|
797 | 804 | D1DB718E2BD92206007F9267 /* Patreon */,
|
798 | 805 | 7CB6F6CC2BD82B8A00D0813B /* FileSharing */,
|
|
1118 | 1125 | D1A226F02AEF018500669D6D /* Services */ = {
|
1119 | 1126 | isa = PBXGroup;
|
1120 | 1127 | children = (
|
| 1128 | + D1BB07392C98522D00981D5F /* TrackersListService */, |
1121 | 1129 | 7C1C08AE2C31FEF700569B45 /* IntentsService */,
|
1122 | 1130 | 7C3142D42C31ED4600397E82 /* LiveActivityService */,
|
1123 | 1131 | D1B99D842BEE5E4100F51514 /* Patreon */,
|
|
1256 | 1264 | path = Models;
|
1257 | 1265 | sourceTree = "<group>";
|
1258 | 1266 | };
|
| 1267 | + D1BB07392C98522D00981D5F /* TrackersListService */ = { |
| 1268 | + isa = PBXGroup; |
| 1269 | + children = ( |
| 1270 | + D1BB073A2C98524A00981D5F /* TrackersListService.swift */, |
| 1271 | + ); |
| 1272 | + path = TrackersListService; |
| 1273 | + sourceTree = "<group>"; |
| 1274 | + }; |
| 1275 | + D1BB07412C985E9700981D5F /* TrackersList */ = { |
| 1276 | + isa = PBXGroup; |
| 1277 | + children = ( |
| 1278 | + D1BB07442C9869B900981D5F /* TrackersListDetailsPreferencesView.swift */, |
| 1279 | + D1BB07422C985EAE00981D5F /* TrackersListPreferencesView.swift */, |
| 1280 | + ); |
| 1281 | + path = TrackersList; |
| 1282 | + sourceTree = "<group>"; |
| 1283 | + }; |
1259 | 1284 | D1CAB8832AF3B50C00EB6AFF /* ToggleCell */ = {
|
1260 | 1285 | isa = PBXGroup;
|
1261 | 1286 | children = (
|
|
1539 | 1564 | D11138552AF97511008907F7 /* TorrentAddFileItemViewModel.swift in Sources */,
|
1540 | 1565 | D11333B52AF19C4900FA017E /* TorrentHandle+Extension.swift in Sources */,
|
1541 | 1566 | D19E00202AEFFA1B000A17A2 /* DetailCellView.swift in Sources */,
|
| 1567 | + D1BB07452C9869C300981D5F /* TrackersListDetailsPreferencesView.swift in Sources */, |
1542 | 1568 | D1ACFDC62AF6DB9F0098FF56 /* TorrentFilesFileListCell.swift in Sources */,
|
1543 | 1569 | D1A227072AEF0B2C00669D6D /* TorrentListItem.swift in Sources */,
|
1544 | 1570 | D111384B2AF965F1008907F7 /* TorrentAddViewModel.swift in Sources */,
|
|
1602 | 1628 | 7CFEBE7C2BC4318E0013233F /* RssChannelViewController.swift in Sources */,
|
1603 | 1629 | 7C5FBE2C2BBDD6B40069E5A0 /* UIView+LayerColors.swift in Sources */,
|
1604 | 1630 | 7C4ED08D2BE646E40034B62C /* AdView+Meta.swift in Sources */,
|
| 1631 | + D1BB07432C985EB800981D5F /* TrackersListPreferencesView.swift in Sources */, |
1605 | 1632 | D1B538572AF1171900694AFD /* TorrentDetailProgressCellView.swift in Sources */,
|
1606 | 1633 | 7C5FBE742BC2F0A30069E5A0 /* MvvmViewModelProtocol+Alert.swift in Sources */,
|
1607 | 1634 | D1EFCD122AF572E400D33A7A /* TorrentFilesFileItemViewModel.swift in Sources */,
|
|
1672 | 1699 | D1DB71802BD6773E007F9267 /* RssSearchViewModel.swift in Sources */,
|
1673 | 1700 | D17733EE2BBC2C5F006FC81A /* ProxyPreferencesViewModel.swift in Sources */,
|
1674 | 1701 | 7CF6DA3E2C0F9DC40033D03F /* LiveActivityService.swift in Sources */,
|
| 1702 | + D1BB073B2C98524B00981D5F /* TrackersListService.swift in Sources */, |
1675 | 1703 | 7C4ED0982BEF8B8E0034B62C /* PatreonCredentials.swift in Sources */,
|
1676 | 1704 | D173D9E12BC0286800E4F9EB /* UIMenu+Priority.swift in Sources */,
|
1677 | 1705 | D1AA00CE2AFA8B1000B74629 /* PreferencesStorage.swift in Sources */,
|
|
1744 | 1772 | "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent2 ProgressWidget Dev";
|
1745 | 1773 | SKIP_INSTALL = YES;
|
1746 | 1774 | SUPPORTS_MACCATALYST = YES;
|
| 1775 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$inherited XCODE16"; |
1747 | 1776 | SWIFT_EMIT_LOC_STRINGS = YES;
|
1748 | 1777 | TARGETED_DEVICE_FAMILY = "1,2";
|
1749 | 1778 | };
|
|
1891 | 1920 | "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent2 ProgressWidget Dev";
|
1892 | 1921 | SKIP_INSTALL = YES;
|
1893 | 1922 | SUPPORTS_MACCATALYST = YES;
|
| 1923 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$inherited XCODE16"; |
1894 | 1924 | SWIFT_EMIT_LOC_STRINGS = YES;
|
1895 | 1925 | TARGETED_DEVICE_FAMILY = "1,2";
|
1896 | 1926 | };
|
|
2033 | 2063 | "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent2 ProgressWidget Distrib";
|
2034 | 2064 | SKIP_INSTALL = YES;
|
2035 | 2065 | SUPPORTS_MACCATALYST = YES;
|
| 2066 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$inherited XCODE16"; |
2036 | 2067 | SWIFT_EMIT_LOC_STRINGS = YES;
|
2037 | 2068 | TARGETED_DEVICE_FAMILY = "1,2";
|
2038 | 2069 | };
|
|
0 commit comments