|
35 | 35 | 0D34DF8F2942FED1000A0096 /* AppearanceConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D34DF8E2942FED1000A0096 /* AppearanceConfig.swift */; }; |
36 | 36 | 0D40378C28E6E4EA00B1A341 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D40378B28E6E4EA00B1A341 /* SettingsView.swift */; }; |
37 | 37 | 0D40378E28E6E4F500B1A341 /* ProxyHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D40378D28E6E4F500B1A341 /* ProxyHelper.swift */; }; |
| 38 | + 0D5555F92997B6B100A8B9FD /* ViewExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D5555F82997B6B100A8B9FD /* ViewExt.swift */; }; |
| 39 | + 0D5555FA2997B6B100A8B9FD /* ViewExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D5555F82997B6B100A8B9FD /* ViewExt.swift */; }; |
| 40 | + 0D5555FB2997B6B100A8B9FD /* ViewExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D5555F82997B6B100A8B9FD /* ViewExt.swift */; }; |
| 41 | + 0D5555FC2997C1C500A8B9FD /* CurrentUserStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DA3F3A628A412FE00E7224D /* CurrentUserStore.swift */; }; |
| 42 | + 0D5555FF2997C1FF00A8B9FD /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = 0D5555FE2997C1FF00A8B9FD /* KeychainAccess */; }; |
38 | 43 | 0D7EF06F299736C800E77A0C /* NodeListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7EF06E299736C800E77A0C /* NodeListView.swift */; }; |
39 | 44 | 0D8A2E6F2896AB49001B2769 /* CommentListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8A2E6E2896AB49001B2769 /* CommentListView.swift */; }; |
40 | 45 | 0D8A2E712896AE19001B2769 /* PreviewData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8A2E702896AE19001B2769 /* PreviewData.swift */; }; |
|
86 | 91 | 0D34DF8E2942FED1000A0096 /* AppearanceConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppearanceConfig.swift; sourceTree = "<group>"; }; |
87 | 92 | 0D40378B28E6E4EA00B1A341 /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
88 | 93 | 0D40378D28E6E4F500B1A341 /* ProxyHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProxyHelper.swift; sourceTree = "<group>"; }; |
| 94 | + 0D5555F82997B6B100A8B9FD /* ViewExt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExt.swift; sourceTree = "<group>"; }; |
89 | 95 | 0D7A1A5429880B8D00003696 /* Info_tv.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info_tv.plist; sourceTree = "<group>"; }; |
90 | 96 | 0D7EF06E299736C800E77A0C /* NodeListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodeListView.swift; sourceTree = "<group>"; }; |
91 | 97 | 0D8A2E6E2896AB49001B2769 /* CommentListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommentListView.swift; sourceTree = "<group>"; }; |
|
127 | 133 | 0D2334DF299697E000DF4B73 /* PagerTabStripView in Frameworks */, |
128 | 134 | 0D2334EA2996998500DF4B73 /* V2exAPI in Frameworks */, |
129 | 135 | 0D2334E62996998500DF4B73 /* MarkdownUI in Frameworks */, |
| 136 | + 0D5555FF2997C1FF00A8B9FD /* KeychainAccess in Frameworks */, |
130 | 137 | ); |
131 | 138 | runOnlyForDeploymentPostprocessing = 0; |
132 | 139 | }; |
|
254 | 261 | 0D40378D28E6E4F500B1A341 /* ProxyHelper.swift */, |
255 | 262 | 0D34DF8E2942FED1000A0096 /* AppearanceConfig.swift */, |
256 | 263 | 0DD2A4DC2987C57B0018C2CF /* Constants.swift */, |
| 264 | + 0D5555F82997B6B100A8B9FD /* ViewExt.swift */, |
257 | 265 | ); |
258 | 266 | path = Utils; |
259 | 267 | sourceTree = "<group>"; |
|
358 | 366 | 0D2334E52996998500DF4B73 /* MarkdownUI */, |
359 | 367 | 0D2334E72996998500DF4B73 /* Kingfisher */, |
360 | 368 | 0D2334E92996998500DF4B73 /* V2exAPI */, |
| 369 | + 0D5555FE2997C1FF00A8B9FD /* KeychainAccess */, |
361 | 370 | ); |
362 | 371 | productName = V2exOSiOS; |
363 | 372 | productReference = 0D2334CE2996944500DF4B73 /* V2exOSiOS.app */; |
|
484 | 493 | 0D40378E28E6E4F500B1A341 /* ProxyHelper.swift in Sources */, |
485 | 494 | 0DF3301028A56A3600AEF312 /* StringExt.swift in Sources */, |
486 | 495 | 0D8A2E6F2896AB49001B2769 /* CommentListView.swift in Sources */, |
| 496 | + 0D5555F92997B6B100A8B9FD /* ViewExt.swift in Sources */, |
487 | 497 | 0D40378C28E6E4EA00B1A341 /* SettingsView.swift in Sources */, |
488 | 498 | ); |
489 | 499 | runOnlyForDeploymentPostprocessing = 0; |
|
499 | 509 | 0D2334EF29969A3B00DF4B73 /* TimeFormat.swift in Sources */, |
500 | 510 | 0D2334EB299699AB00DF4B73 /* TopicDetailView.swift in Sources */, |
501 | 511 | 0D2334EE299699DD00DF4B73 /* UserName.swift in Sources */, |
| 512 | + 0D5555FB2997B6B100A8B9FD /* ViewExt.swift in Sources */, |
| 513 | + 0D5555FC2997C1C500A8B9FD /* CurrentUserStore.swift in Sources */, |
502 | 514 | 0D2334F129969A6B00DF4B73 /* PreviewData.swift in Sources */, |
503 | 515 | 0D2334D12996944500DF4B73 /* V2exOSiOSApp.swift in Sources */, |
504 | 516 | 0D2334EC299699B000DF4B73 /* AppearanceConfig.swift in Sources */, |
|
518 | 530 | 0DA7FA862987A76B00374B3A /* UserName.swift in Sources */, |
519 | 531 | 0DA7FA67298799B300374B3A /* V2exOSTVApp.swift in Sources */, |
520 | 532 | 0DA7FA822987A6DB00374B3A /* CommentListView.swift in Sources */, |
| 533 | + 0D5555FA2997B6B100A8B9FD /* ViewExt.swift in Sources */, |
521 | 534 | 0DA7FA7B29879CA500374B3A /* TimeFormat.swift in Sources */, |
522 | 535 | 0DA7FA872987A8C800374B3A /* TopicDetailView.swift in Sources */, |
523 | 536 | 0DA7FA852987A76500374B3A /* AppearanceConfig.swift in Sources */, |
|
904 | 917 | isa = XCRemoteSwiftPackageReference; |
905 | 918 | repositoryURL = "https://github.com/isaced/V2exAPI.git"; |
906 | 919 | requirement = { |
907 | | - kind = upToNextMajorVersion; |
908 | | - minimumVersion = 1.1.0; |
| 920 | + branch = main; |
| 921 | + kind = branch; |
909 | 922 | }; |
910 | 923 | }; |
911 | 924 | 0D2334DC2996972300DF4B73 /* XCRemoteSwiftPackageReference "PagerTabStripView" */ = { |
|
968 | 981 | package = 0D12614828A94963009DBCE2 /* XCRemoteSwiftPackageReference "V2exAPI" */; |
969 | 982 | productName = V2exAPI; |
970 | 983 | }; |
| 984 | + 0D5555FE2997C1FF00A8B9FD /* KeychainAccess */ = { |
| 985 | + isa = XCSwiftPackageProductDependency; |
| 986 | + package = 0DA3F3A228A411ED00E7224D /* XCRemoteSwiftPackageReference "KeychainAccess" */; |
| 987 | + productName = KeychainAccess; |
| 988 | + }; |
971 | 989 | 0D8F3352288D243A00C27AF1 /* MarkdownUI */ = { |
972 | 990 | isa = XCSwiftPackageProductDependency; |
973 | 991 | package = 0D8F3351288D243A00C27AF1 /* XCRemoteSwiftPackageReference "MarkdownUI" */; |
|
0 commit comments