|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 1AEBC3AC5DAA63523F5448F5 /* RichContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E205F350A3537A3E41B1AFC3 /* RichContentView.swift */; }; |
10 | 11 | 28B24CA92EA3460D00F82B2A /* BalanceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B24CA82EA3460D00F82B2A /* BalanceView.swift */; }; |
11 | 12 | 28B24CAB2EA3561400F82B2A /* OnlineStatsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B24CAA2EA3561400F82B2A /* OnlineStatsInfo.swift */; }; |
12 | 13 | 28CC76CC2E963D6700C939B5 /* FilterMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A490A3E111D941C4B30F0BACA6B5E984 /* FilterMenuView.swift */; }; |
13 | 14 | 36A1DC574867AA711547556C /* CodeBlockAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42D7F9F8E0B5EA32CC951FD5 /* CodeBlockAttachment.swift */; }; |
14 | 15 | 3AEADD24608B3956E80DADEA /* RenderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 547AFEBDC601FEDCE3364643 /* RenderConfiguration.swift */; }; |
15 | 16 | 407E8B8C202BF0241BD99568 /* RichView+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72107B2148D16415A7512930 /* RichView+Preview.swift */; }; |
| 17 | + 484A41DB3858F1C84507E54B /* RenderActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6356D706913919766FD0EA5 /* RenderActor.swift */; }; |
16 | 18 | 4E55BE8A29D45FC00044389C /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 4E55BE8929D45FC00044389C /* Kingfisher */; }; |
17 | 19 | 4EC32AF029D81863003A3BD4 /* WebView in Frameworks */ = {isa = PBXBuildFile; productRef = 4EC32AEF29D81863003A3BD4 /* WebView */; }; |
18 | 20 | 4EC32AF229D818FC003A3BD4 /* WebBrowserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EC32AF129D818FC003A3BD4 /* WebBrowserView.swift */; }; |
|
155 | 157 | 5DF80E3626A2D045002ADC79 /* MultilineTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DF80E3526A2D045002ADC79 /* MultilineTextField.swift */; }; |
156 | 158 | 5DF92A5D26859DDD00E6086E /* HeadIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DF92A5C26859DDD00E6086E /* HeadIndicatorView.swift */; }; |
157 | 159 | 62367D67C6E8AE3EC837D0F4 /* MentionParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44998D879D9842BBB61D639E /* MentionParser.swift */; }; |
| 160 | + 9495B5E175158F3646169AA5 /* RichContentView+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C4B81E79369CDE4880B773 /* RichContentView+Preview.swift */; }; |
158 | 161 | 97B4326BB45897F25FAEBBD1 /* RenderStylesheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366DEEFEB9819312F65353D /* RenderStylesheet.swift */; }; |
159 | 162 | DAC723E23F071F71DD23FC0D /* RichViewCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40A9E0C514C4D7E9DD4CBEE7 /* RichViewCache.swift */; }; |
| 163 | + E212778C30ED41F39D51D70B /* MarkdownRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64AB393F14CD383FE0EA98A9 /* MarkdownRenderer.swift */; }; |
160 | 164 | E6BD52539035CEA6C56D3BDF /* HTMLToMarkdownConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C732E2652C92E5D553656A9 /* HTMLToMarkdownConverter.swift */; }; |
161 | 165 | EC3A2A13EC68ED3A8DFA764A /* RenderError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB3CC744901D9A994CF6ABE7 /* RenderError.swift */; }; |
162 | 166 | F090B4D9D3B115551BEF05B4 /* AsyncImageAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E707C08835B71223A7A3359 /* AsyncImageAttachment.swift */; }; |
|
1104 | 1108 | 407E8B8C202BF0241BD99568 /* RichView+Preview.swift in Sources */, |
1105 | 1109 | DAC723E23F071F71DD23FC0D /* RichViewCache.swift in Sources */, |
1106 | 1110 | 62367D67C6E8AE3EC837D0F4 /* MentionParser.swift in Sources */, |
| 1111 | + E212778C30ED41F39D51D70B /* MarkdownRenderer.swift in Sources */, |
| 1112 | + 484A41DB3858F1C84507E54B /* RenderActor.swift in Sources */, |
| 1113 | + 1AEBC3AC5DAA63523F5448F5 /* RichContentView.swift in Sources */, |
| 1114 | + 9495B5E175158F3646169AA5 /* RichContentView+Preview.swift in Sources */, |
1107 | 1115 | ); |
1108 | 1116 | runOnlyForDeploymentPostprocessing = 0; |
1109 | 1117 | }; |
|
1191 | 1199 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1192 | 1200 | GCC_WARN_UNUSED_FUNCTION = YES; |
1193 | 1201 | GCC_WARN_UNUSED_VARIABLE = YES; |
1194 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 1202 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
1195 | 1203 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
1196 | 1204 | MTL_FAST_MATH = YES; |
1197 | 1205 | ONLY_ACTIVE_ARCH = YES; |
|
1247 | 1255 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1248 | 1256 | GCC_WARN_UNUSED_FUNCTION = YES; |
1249 | 1257 | GCC_WARN_UNUSED_VARIABLE = YES; |
1250 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 1258 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
1251 | 1259 | MTL_ENABLE_DEBUG_INFO = NO; |
1252 | 1260 | MTL_FAST_MATH = YES; |
1253 | 1261 | SDKROOT = iphoneos; |
|
1269 | 1277 | INFOPLIST_FILE = V2er/Info.plist; |
1270 | 1278 | INFOPLIST_KEY_CFBundleDisplayName = V2er; |
1271 | 1279 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; |
1272 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 1280 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
1273 | 1281 | LD_RUNPATH_SEARCH_PATHS = ( |
1274 | 1282 | "$(inherited)", |
1275 | 1283 | "@executable_path/Frameworks", |
|
1294 | 1302 | INFOPLIST_FILE = V2er/Info.plist; |
1295 | 1303 | INFOPLIST_KEY_CFBundleDisplayName = V2er; |
1296 | 1304 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; |
1297 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 1305 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
1298 | 1306 | LD_RUNPATH_SEARCH_PATHS = ( |
1299 | 1307 | "$(inherited)", |
1300 | 1308 | "@executable_path/Frameworks", |
|
1315 | 1323 | CODE_SIGN_STYLE = Automatic; |
1316 | 1324 | DEVELOPMENT_TEAM = 3ZMN67J68N; |
1317 | 1325 | INFOPLIST_FILE = V2erTests/Info.plist; |
1318 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 1326 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
1319 | 1327 | LD_RUNPATH_SEARCH_PATHS = ( |
1320 | 1328 | "$(inherited)", |
1321 | 1329 | "@executable_path/Frameworks", |
|
1337 | 1345 | CODE_SIGN_STYLE = Automatic; |
1338 | 1346 | DEVELOPMENT_TEAM = 3ZMN67J68N; |
1339 | 1347 | INFOPLIST_FILE = V2erTests/Info.plist; |
1340 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 1348 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
1341 | 1349 | LD_RUNPATH_SEARCH_PATHS = ( |
1342 | 1350 | "$(inherited)", |
1343 | 1351 | "@executable_path/Frameworks", |
|
0 commit comments