|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 080B17BE2AE87CA2002F780C /* SettingsClient in Frameworks */ = {isa = PBXBuildFile; productRef = 080B17BD2AE87CA2002F780C /* SettingsClient */; }; |
10 | 11 | 080D1DB3294FDD3C008B813C /* CoreDataMigrator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080D1DB2294FDD3C008B813C /* CoreDataMigrator.swift */; };
|
11 | 12 | 080D1DB6294FDD7C008B813C /* CoreDataMigrationStep.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080D1DB5294FDD7C008B813C /* CoreDataMigrationStep.swift */; };
|
12 | 13 | 080D1DB8294FDD99008B813C /* CoreDataVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080D1DB7294FDD99008B813C /* CoreDataVersion.swift */; };
|
|
18 | 19 | 081FF3032A79CF0800C444E4 /* Utils in Frameworks */ = {isa = PBXBuildFile; productRef = 081FF3022A79CF0800C444E4 /* Utils */; };
|
19 | 20 | 081FF3052A79CF4A00C444E4 /* ModelKit in Frameworks */ = {isa = PBXBuildFile; productRef = 081FF3042A79CF4A00C444E4 /* ModelKit */; };
|
20 | 21 | 081FF3072A79CF4F00C444E4 /* DataTypeExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = 081FF3062A79CF4F00C444E4 /* DataTypeExtensions */; };
|
21 |
| - 0829E20628F88AF30009A907 /* SettingsClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0829E20528F88AF30009A907 /* SettingsClient.swift */; }; |
22 | 22 | 0829E20828F896C30009A907 /* AuthClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0829E20728F896C30009A907 /* AuthClient.swift */; };
|
| 23 | + 0837E3512AEA90D9000963BA /* SearchClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0837E3502AEA90D9000963BA /* SearchClient.swift */; }; |
23 | 24 | 0859979528F4C4170095422C /* SettingsFeature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0859979428F4C4170095422C /* SettingsFeature.swift */; };
|
24 | 25 | 0859979728F4C4230095422C /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0859979628F4C4230095422C /* SettingsView.swift */; };
|
25 | 26 | 087DB9E02A79C738002D0277 /* Cache in Frameworks */ = {isa = PBXBuildFile; productRef = 087DB9DF2A79C738002D0277 /* Cache */; };
|
|
78 | 79 | 22C49A7A288B579F000A96B9 /* OfflineMangaFeature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22C49A79288B579F000A96B9 /* OfflineMangaFeature.swift */; };
|
79 | 80 | 22C49A7C288B57B1000A96B9 /* OfflineMangaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22C49A7B288B57B1000A96B9 /* OfflineMangaView.swift */; };
|
80 | 81 | 22D0CA70287DE15F005D06ED /* HomeClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D0CA6F287DE15F005D06ED /* HomeClient.swift */; };
|
81 |
| - 22D0CA72287DE2D2005D06ED /* SearchClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D0CA71287DE2D2005D06ED /* SearchClient.swift */; }; |
82 | 82 | 22D74BFA287AE115000616D3 /* ChapterDetailsMO+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D74BF6287AE115000616D3 /* ChapterDetailsMO+CoreDataClass.swift */; };
|
83 | 83 | 22D74BFC287AE115000616D3 /* MangaMO+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D74BF8287AE115000616D3 /* MangaMO+CoreDataClass.swift */; };
|
84 | 84 | 22F4A85428AB29C9008C11A7 /* VolumeTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22F4A84D28AB29C9008C11A7 /* VolumeTabView.swift */; };
|
|
121 | 121 | /* End PBXCopyFilesBuildPhase section */
|
122 | 122 |
|
123 | 123 | /* Begin PBXFileReference section */
|
| 124 | + 080B17BC2AE87B95002F780C /* SettingsClient */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = SettingsClient; sourceTree = "<group>"; }; |
124 | 125 | 080D1DB2294FDD3C008B813C /* CoreDataMigrator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMigrator.swift; sourceTree = "<group>"; };
|
125 | 126 | 080D1DB5294FDD7C008B813C /* CoreDataMigrationStep.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMigrationStep.swift; sourceTree = "<group>"; };
|
126 | 127 | 080D1DB7294FDD99008B813C /* CoreDataVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataVersion.swift; sourceTree = "<group>"; };
|
|
130 | 131 | 080D1DC6294FF685008B813C /* SearchRequestMO+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SearchRequestMO+CoreDataClass.swift"; sourceTree = "<group>"; };
|
131 | 132 | 080D1DC7294FF685008B813C /* SearchRequestMO+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SearchRequestMO+CoreDataProperties.swift"; sourceTree = "<group>"; };
|
132 | 133 | 080D1DCD294FFAE6008B813C /* SearchRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchRequest.swift; sourceTree = "<group>"; };
|
133 |
| - 0829E20528F88AF30009A907 /* SettingsClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsClient.swift; sourceTree = "<group>"; }; |
134 | 134 | 0829E20728F896C30009A907 /* AuthClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthClient.swift; sourceTree = "<group>"; };
|
| 135 | + 0837E3502AEA90D9000963BA /* SearchClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchClient.swift; sourceTree = "<group>"; }; |
135 | 136 | 0859979428F4C4170095422C /* SettingsFeature.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsFeature.swift; sourceTree = "<group>"; };
|
136 | 137 | 0859979628F4C4230095422C /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
137 | 138 | 086E3A872AA274E300FE65C8 /* Logger */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Logger; sourceTree = "<group>"; };
|
|
195 | 196 | 22C49A79288B579F000A96B9 /* OfflineMangaFeature.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfflineMangaFeature.swift; sourceTree = "<group>"; };
|
196 | 197 | 22C49A7B288B57B1000A96B9 /* OfflineMangaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfflineMangaView.swift; sourceTree = "<group>"; };
|
197 | 198 | 22D0CA6F287DE15F005D06ED /* HomeClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeClient.swift; sourceTree = "<group>"; };
|
198 |
| - 22D0CA71287DE2D2005D06ED /* SearchClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchClient.swift; sourceTree = "<group>"; }; |
199 | 199 | 22D74BF6287AE115000616D3 /* ChapterDetailsMO+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ChapterDetailsMO+CoreDataClass.swift"; sourceTree = "<group>"; };
|
200 | 200 | 22D74BF8287AE115000616D3 /* MangaMO+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MangaMO+CoreDataClass.swift"; sourceTree = "<group>"; };
|
201 | 201 | 22F4A84D28AB29C9008C11A7 /* VolumeTabView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VolumeTabView.swift; sourceTree = "<group>"; };
|
|
224 | 224 | 087DB9EC2A79C774002D0277 /* WrappingHStack in Frameworks */,
|
225 | 225 | 08E6218C2A79D138001B0318 /* UIExtensions in Frameworks */,
|
226 | 226 | 081FF3032A79CF0800C444E4 /* Utils in Frameworks */,
|
| 227 | + 080B17BE2AE87CA2002F780C /* SettingsClient in Frameworks */, |
227 | 228 | 08B5C58E2AA5074E00ECE4B8 /* ImageClient in Frameworks */,
|
228 | 229 | );
|
229 | 230 | runOnlyForDeploymentPostprocessing = 0;
|
|
439 | 440 | 224C656F2827204000AAEF2E = {
|
440 | 441 | isa = PBXGroup;
|
441 | 442 | children = (
|
| 443 | + 080B17BC2AE87B95002F780C /* SettingsClient */, |
442 | 444 | 08B5C58C2AA5071500ECE4B8 /* ImageClient */,
|
443 | 445 | 086E3A872AA274E300FE65C8 /* Logger */,
|
444 | 446 | 08E6218E2A7B0E11001B0318 /* UITheme */,
|
|
493 | 495 | isa = PBXGroup;
|
494 | 496 | children = (
|
495 | 497 | 222A03652871B9D800D5B588 /* DatabaseClient.swift */,
|
496 |
| - 0829E20528F88AF30009A907 /* SettingsClient.swift */, |
| 498 | + 0837E3502AEA90D9000963BA /* SearchClient.swift */, |
497 | 499 | 226C05B8287DD6EB00BA0E5C /* MangaClient.swift */,
|
498 |
| - 22D0CA71287DE2D2005D06ED /* SearchClient.swift */, |
499 | 500 | 228FA49C288DBB5500369529 /* CacheClient.swift */,
|
500 | 501 | 2225265E28B1627E009F6FA3 /* HapticClient.swift */,
|
501 | 502 | 22D0CA6F287DE15F005D06ED /* HomeClient.swift */,
|
|
638 | 639 | 08D7306B2AA2766900038543 /* Logger */,
|
639 | 640 | 08B5C58D2AA5074E00ECE4B8 /* ImageClient */,
|
640 | 641 | 08E206FC2AE6BCE3005CF305 /* Kingfisher */,
|
| 642 | + 080B17BD2AE87CA2002F780C /* SettingsClient */, |
641 | 643 | );
|
642 | 644 | productName = Smuggler;
|
643 | 645 | productReference = 224C65782827204100AAEF2E /* Hanami - Manga Reader.app */;
|
|
789 | 791 | 080D1DB6294FDD7C008B813C /* CoreDataMigrationStep.swift in Sources */,
|
790 | 792 | 229F8D8B282DB34C00761054 /* RootView.swift in Sources */,
|
791 | 793 | 080D1DC0294FDFE0008B813C /* NSManagedObjectModel+Compatbile.swift in Sources */,
|
792 |
| - 22D0CA72287DE2D2005D06ED /* SearchClient.swift in Sources */, |
793 |
| - 0829E20628F88AF30009A907 /* SettingsClient.swift in Sources */, |
794 | 794 | 2220E1672832A9280046F08A /* OnlineMangaView.swift in Sources */,
|
795 | 795 | 22F4A85528AB29C9008C11A7 /* ChapterView.swift in Sources */,
|
796 | 796 | 22C49A7A288B579F000A96B9 /* OfflineMangaFeature.swift in Sources */,
|
|
818 | 818 | 2274193F2886EC6900ACAA24 /* DownloadsView.swift in Sources */,
|
819 | 819 | 08A8F45C290169FB001EECD9 /* AuthorFeature.swift in Sources */,
|
820 | 820 | 228D8D57287B2DD000F988CC /* MangaMO+CoreDataProperties.swift in Sources */,
|
| 821 | + 0837E3512AEA90D9000963BA /* SearchClient.swift in Sources */, |
821 | 822 | 22F4A85628AB29C9008C11A7 /* ChapterFeature.swift in Sources */,
|
822 | 823 | 22D0CA70287DE15F005D06ED /* HomeClient.swift in Sources */,
|
823 | 824 | 228DD05028A5278300F70162 /* HUDClient.swift in Sources */,
|
|
1006 | 1007 | CODE_SIGN_ENTITLEMENTS = Hanami/Hanami.entitlements;
|
1007 | 1008 | CODE_SIGN_IDENTITY = "Apple Development";
|
1008 | 1009 | CODE_SIGN_STYLE = Automatic;
|
1009 |
| - CURRENT_PROJECT_VERSION = 19; |
| 1010 | + CURRENT_PROJECT_VERSION = 20; |
1010 | 1011 | DEVELOPMENT_ASSET_PATHS = "\"Hanami/Preview Content\"";
|
1011 | 1012 | DEVELOPMENT_TEAM = HJ9678T652;
|
1012 | 1013 | ENABLE_PREVIEWS = YES;
|
|
1027 | 1028 | "$(inherited)",
|
1028 | 1029 | "@executable_path/Frameworks",
|
1029 | 1030 | );
|
1030 |
| - MARKETING_VERSION = 0.25.4; |
| 1031 | + MARKETING_VERSION = 0.25.5; |
1031 | 1032 | PRODUCT_BUNDLE_IDENTIFIER = moe.mkpwnz.Hanami;
|
1032 | 1033 | PRODUCT_NAME = "Hanami - Manga Reader";
|
1033 | 1034 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
1047 | 1048 | CODE_SIGN_ENTITLEMENTS = Hanami/Hanami.entitlements;
|
1048 | 1049 | CODE_SIGN_IDENTITY = "Apple Development";
|
1049 | 1050 | CODE_SIGN_STYLE = Automatic;
|
1050 |
| - CURRENT_PROJECT_VERSION = 19; |
| 1051 | + CURRENT_PROJECT_VERSION = 20; |
1051 | 1052 | DEVELOPMENT_ASSET_PATHS = "\"Hanami/Preview Content\"";
|
1052 | 1053 | DEVELOPMENT_TEAM = HJ9678T652;
|
1053 | 1054 | ENABLE_PREVIEWS = YES;
|
|
1068 | 1069 | "$(inherited)",
|
1069 | 1070 | "@executable_path/Frameworks",
|
1070 | 1071 | );
|
1071 |
| - MARKETING_VERSION = 0.25.4; |
| 1072 | + MARKETING_VERSION = 0.25.5; |
1072 | 1073 | PRODUCT_BUNDLE_IDENTIFIER = moe.mkpwnz.Hanami;
|
1073 | 1074 | PRODUCT_NAME = "Hanami - Manga Reader";
|
1074 | 1075 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
1240 | 1241 | /* End XCRemoteSwiftPackageReference section */
|
1241 | 1242 |
|
1242 | 1243 | /* Begin XCSwiftPackageProductDependency section */
|
| 1244 | + 080B17BD2AE87CA2002F780C /* SettingsClient */ = { |
| 1245 | + isa = XCSwiftPackageProductDependency; |
| 1246 | + productName = SettingsClient; |
| 1247 | + }; |
1243 | 1248 | 081FF3022A79CF0800C444E4 /* Utils */ = {
|
1244 | 1249 | isa = XCSwiftPackageProductDependency;
|
1245 | 1250 | productName = Utils;
|
|
0 commit comments