|
30 | 30 | 5A86E000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; }; |
31 | 31 | 5A86F000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; }; |
32 | 32 | 5A87A000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; }; |
33 | | - 5AE4F4902F6BC0640097AC5B /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; }; |
34 | 33 | 5ACE00012F4F000000000004 /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F000000000002 /* CodeEditSourceEditor */; }; |
35 | 34 | 5ACE00012F4F000000000005 /* CodeEditLanguages in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F000000000003 /* CodeEditLanguages */; }; |
36 | 35 | 5ACE00012F4F000000000006 /* CodeEditTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F000000000007 /* CodeEditTextView */; }; |
37 | 36 | 5ACE00012F4F00000000000A /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F000000000009 /* Sparkle */; }; |
38 | 37 | 5ACE00012F4F00000000000D /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 5ACE00012F4F00000000000C /* MarkdownUI */; }; |
| 38 | + 5ADDB0010000000000000001 /* DynamoDBConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000001 /* DynamoDBConnection.swift */; }; |
| 39 | + 5ADDB0010000000000000002 /* DynamoDBItemFlattener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000002 /* DynamoDBItemFlattener.swift */; }; |
| 40 | + 5ADDB0010000000000000003 /* DynamoDBPartiQLParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000003 /* DynamoDBPartiQLParser.swift */; }; |
| 41 | + 5ADDB0010000000000000004 /* DynamoDBPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000004 /* DynamoDBPlugin.swift */; }; |
| 42 | + 5ADDB0010000000000000005 /* DynamoDBPluginDriver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000005 /* DynamoDBPluginDriver.swift */; }; |
| 43 | + 5ADDB0010000000000000006 /* DynamoDBQueryBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000006 /* DynamoDBQueryBuilder.swift */; }; |
| 44 | + 5ADDB0010000000000000007 /* DynamoDBStatementGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADDB0020000000000000007 /* DynamoDBStatementGenerator.swift */; }; |
| 45 | + 5ADDB0010000000000000008 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; }; |
| 46 | + 5AE4F4902F6BC0640097AC5B /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; }; |
39 | 47 | 5AEA8B422F6808CA0040461A /* EtcdStatementGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA8B402F6808CA0040461A /* EtcdStatementGenerator.swift */; }; |
40 | 48 | 5AEA8B432F6808CA0040461A /* EtcdPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA8B3D2F6808CA0040461A /* EtcdPlugin.swift */; }; |
41 | 49 | 5AEA8B442F6808CA0040461A /* EtcdCommandParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA8B3B2F6808CA0040461A /* EtcdCommandParser.swift */; }; |
|
176 | 184 | 5A86F000100000000 /* SQLImport.tableplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SQLImport.tableplugin; sourceTree = BUILT_PRODUCTS_DIR; }; |
177 | 185 | 5A87A000100000000 /* CassandraDriver.tableplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CassandraDriver.tableplugin; sourceTree = BUILT_PRODUCTS_DIR; }; |
178 | 186 | 5ABCC5A72F43856700EAF3FC /* TableProTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TableProTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 187 | + 5ADDB0020000000000000001 /* DynamoDBConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBConnection.swift; sourceTree = "<group>"; }; |
| 188 | + 5ADDB0020000000000000002 /* DynamoDBItemFlattener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBItemFlattener.swift; sourceTree = "<group>"; }; |
| 189 | + 5ADDB0020000000000000003 /* DynamoDBPartiQLParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBPartiQLParser.swift; sourceTree = "<group>"; }; |
| 190 | + 5ADDB0020000000000000004 /* DynamoDBPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBPlugin.swift; sourceTree = "<group>"; }; |
| 191 | + 5ADDB0020000000000000005 /* DynamoDBPluginDriver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBPluginDriver.swift; sourceTree = "<group>"; }; |
| 192 | + 5ADDB0020000000000000006 /* DynamoDBQueryBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBQueryBuilder.swift; sourceTree = "<group>"; }; |
| 193 | + 5ADDB0020000000000000007 /* DynamoDBStatementGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamoDBStatementGenerator.swift; sourceTree = "<group>"; }; |
| 194 | + 5AE460EC2F6CEDB70097AC5B /* DynamoDBDriverPlugin.tableplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DynamoDBDriverPlugin.tableplugin; sourceTree = BUILT_PRODUCTS_DIR; }; |
179 | 195 | 5AE4F4742F6BC0640097AC5B /* CloudflareD1DriverPlugin.tableplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CloudflareD1DriverPlugin.tableplugin; sourceTree = BUILT_PRODUCTS_DIR; }; |
180 | 196 | 5AEA8B2A2F6808270040461A /* EtcdDriverPlugin.tableplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EtcdDriverPlugin.tableplugin; sourceTree = BUILT_PRODUCTS_DIR; }; |
181 | 197 | 5AEA8B3B2F6808CA0040461A /* EtcdCommandParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EtcdCommandParser.swift; sourceTree = "<group>"; }; |
|
209 | 225 | ); |
210 | 226 | target = 5A862000000000000 /* SQLiteDriver */; |
211 | 227 | }; |
212 | | - 5AE4F4802F6BC0640097AC5B /* Exceptions for "Plugins/CloudflareD1DriverPlugin" folder in "CloudflareD1DriverPlugin" target */ = { |
213 | | - isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
214 | | - membershipExceptions = ( |
215 | | - Info.plist, |
216 | | - ); |
217 | | - target = 5AE4F4732F6BC0640097AC5B /* CloudflareD1DriverPlugin */; |
218 | | - }; |
219 | 228 | 5A863000900000000 /* Exceptions for "Plugins/ClickHouseDriverPlugin" folder in "ClickHouseDriver" target */ = { |
220 | 229 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
221 | 230 | membershipExceptions = ( |
|
314 | 323 | ); |
315 | 324 | target = 5A87A000000000000 /* CassandraDriver */; |
316 | 325 | }; |
| 326 | + 5AE4F4802F6BC0640097AC5B /* Exceptions for "Plugins/CloudflareD1DriverPlugin" folder in "CloudflareD1DriverPlugin" target */ = { |
| 327 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 328 | + membershipExceptions = ( |
| 329 | + Info.plist, |
| 330 | + ); |
| 331 | + target = 5AE4F4732F6BC0640097AC5B /* CloudflareD1DriverPlugin */; |
| 332 | + }; |
317 | 333 | 5AF312BE2F36FF7500E86682 /* Exceptions for "TablePro" folder in "TablePro" target */ = { |
318 | 334 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
319 | 335 | membershipExceptions = ( |
|
356 | 372 | path = Plugins/SQLiteDriverPlugin; |
357 | 373 | sourceTree = "<group>"; |
358 | 374 | }; |
359 | | - 5AE4F4812F6BC0640097AC5B /* Plugins/CloudflareD1DriverPlugin */ = { |
360 | | - isa = PBXFileSystemSynchronizedRootGroup; |
361 | | - exceptions = ( |
362 | | - 5AE4F4802F6BC0640097AC5B /* Exceptions for "Plugins/CloudflareD1DriverPlugin" folder in "CloudflareD1DriverPlugin" target */, |
363 | | - ); |
364 | | - path = Plugins/CloudflareD1DriverPlugin; |
365 | | - sourceTree = "<group>"; |
366 | | - }; |
367 | 375 | 5A863000500000000 /* Plugins/ClickHouseDriverPlugin */ = { |
368 | 376 | isa = PBXFileSystemSynchronizedRootGroup; |
369 | 377 | exceptions = ( |
|
481 | 489 | path = TableProTests; |
482 | 490 | sourceTree = "<group>"; |
483 | 491 | }; |
| 492 | + 5AE4F4812F6BC0640097AC5B /* Plugins/CloudflareD1DriverPlugin */ = { |
| 493 | + isa = PBXFileSystemSynchronizedRootGroup; |
| 494 | + exceptions = ( |
| 495 | + 5AE4F4802F6BC0640097AC5B /* Exceptions for "Plugins/CloudflareD1DriverPlugin" folder in "CloudflareD1DriverPlugin" target */, |
| 496 | + ); |
| 497 | + path = Plugins/CloudflareD1DriverPlugin; |
| 498 | + sourceTree = "<group>"; |
| 499 | + }; |
484 | 500 | /* End PBXFileSystemSynchronizedRootGroup section */ |
485 | 501 |
|
486 | 502 | /* Begin PBXFrameworksBuildPhase section */ |
|
639 | 655 | ); |
640 | 656 | runOnlyForDeploymentPostprocessing = 0; |
641 | 657 | }; |
| 658 | + 5AE460E92F6CEDB70097AC5B /* Frameworks */ = { |
| 659 | + isa = PBXFrameworksBuildPhase; |
| 660 | + buildActionMask = 2147483647; |
| 661 | + files = ( |
| 662 | + 5ADDB0010000000000000008 /* TableProPluginKit.framework in Frameworks */, |
| 663 | + ); |
| 664 | + runOnlyForDeploymentPostprocessing = 0; |
| 665 | + }; |
642 | 666 | 5AE4F4712F6BC0640097AC5B /* Frameworks */ = { |
643 | 667 | isa = PBXFrameworksBuildPhase; |
644 | 668 | buildActionMask = 2147483647; |
|
669 | 693 | 5A1091BE2EF17EDC0055EA7C = { |
670 | 694 | isa = PBXGroup; |
671 | 695 | children = ( |
| 696 | + 5ADDB0050000000000000000 /* Plugins/DynamoDBDriverPlugin */, |
672 | 697 | 5AEA8B412F6808CA0040461A /* Plugins/EtcdDriverPlugin */, |
673 | 698 | 5AE4F4812F6BC0640097AC5B /* Plugins/CloudflareD1DriverPlugin */, |
674 | 699 | 5A1091C92EF17EDC0055EA7C /* TablePro */, |
|
720 | 745 | 5ABCC5A72F43856700EAF3FC /* TableProTests.xctest */, |
721 | 746 | 5AEA8B2A2F6808270040461A /* EtcdDriverPlugin.tableplugin */, |
722 | 747 | 5AE4F4742F6BC0640097AC5B /* CloudflareD1DriverPlugin.tableplugin */, |
| 748 | + 5AE460EC2F6CEDB70097AC5B /* DynamoDBDriverPlugin.tableplugin */, |
723 | 749 | ); |
724 | 750 | name = Products; |
725 | 751 | sourceTree = "<group>"; |
726 | 752 | }; |
| 753 | + 5ADDB0050000000000000000 /* Plugins/DynamoDBDriverPlugin */ = { |
| 754 | + isa = PBXGroup; |
| 755 | + children = ( |
| 756 | + 5ADDB0020000000000000001 /* DynamoDBConnection.swift */, |
| 757 | + 5ADDB0020000000000000002 /* DynamoDBItemFlattener.swift */, |
| 758 | + 5ADDB0020000000000000003 /* DynamoDBPartiQLParser.swift */, |
| 759 | + 5ADDB0020000000000000004 /* DynamoDBPlugin.swift */, |
| 760 | + 5ADDB0020000000000000005 /* DynamoDBPluginDriver.swift */, |
| 761 | + 5ADDB0020000000000000006 /* DynamoDBQueryBuilder.swift */, |
| 762 | + 5ADDB0020000000000000007 /* DynamoDBStatementGenerator.swift */, |
| 763 | + ); |
| 764 | + path = Plugins/DynamoDBDriverPlugin; |
| 765 | + sourceTree = "<group>"; |
| 766 | + }; |
727 | 767 | 5AEA8B412F6808CA0040461A /* Plugins/EtcdDriverPlugin */ = { |
728 | 768 | isa = PBXGroup; |
729 | 769 | children = ( |
|
1161 | 1201 | productReference = 5ABCC5A72F43856700EAF3FC /* TableProTests.xctest */; |
1162 | 1202 | productType = "com.apple.product-type.bundle.unit-test"; |
1163 | 1203 | }; |
| 1204 | + 5AE460EB2F6CEDB70097AC5B /* DynamoDBDriverPlugin */ = { |
| 1205 | + isa = PBXNativeTarget; |
| 1206 | + buildConfigurationList = 5AE460EF2F6CEDB80097AC5B /* Build configuration list for PBXNativeTarget "DynamoDBDriverPlugin" */; |
| 1207 | + buildPhases = ( |
| 1208 | + 5AE460E82F6CEDB70097AC5B /* Sources */, |
| 1209 | + 5AE460E92F6CEDB70097AC5B /* Frameworks */, |
| 1210 | + 5AE460EA2F6CEDB70097AC5B /* Resources */, |
| 1211 | + ); |
| 1212 | + buildRules = ( |
| 1213 | + ); |
| 1214 | + dependencies = ( |
| 1215 | + ); |
| 1216 | + name = DynamoDBDriverPlugin; |
| 1217 | + packageProductDependencies = ( |
| 1218 | + ); |
| 1219 | + productName = DynamoDBDriverPlugin; |
| 1220 | + productReference = 5AE460EC2F6CEDB70097AC5B /* DynamoDBDriverPlugin.tableplugin */; |
| 1221 | + productType = "com.apple.product-type.bundle"; |
| 1222 | + }; |
1164 | 1223 | 5AE4F4732F6BC0640097AC5B /* CloudflareD1DriverPlugin */ = { |
1165 | 1224 | isa = PBXNativeTarget; |
1166 | 1225 | buildConfigurationList = 5AE4F4752F6BC0640097AC5B /* Build configuration list for PBXNativeTarget "CloudflareD1DriverPlugin" */; |
|
1264 | 1323 | CreatedOnToolsVersion = 26.2; |
1265 | 1324 | TestTargetID = 5A1091C62EF17EDC0055EA7C; |
1266 | 1325 | }; |
| 1326 | + 5AE460EB2F6CEDB70097AC5B = { |
| 1327 | + CreatedOnToolsVersion = 26.3; |
| 1328 | + }; |
1267 | 1329 | 5AE4F4732F6BC0640097AC5B = { |
1268 | 1330 | CreatedOnToolsVersion = 26.3; |
1269 | 1331 | LastSwiftMigration = 2630; |
|
1319 | 1381 | 5ABCC5A62F43856700EAF3FC /* TableProTests */, |
1320 | 1382 | 5AEA8B292F6808270040461A /* EtcdDriverPlugin */, |
1321 | 1383 | 5AE4F4732F6BC0640097AC5B /* CloudflareD1DriverPlugin */, |
| 1384 | + 5AE460EB2F6CEDB70097AC5B /* DynamoDBDriverPlugin */, |
1322 | 1385 | ); |
1323 | 1386 | }; |
1324 | 1387 | /* End PBXProject section */ |
|
1457 | 1520 | ); |
1458 | 1521 | runOnlyForDeploymentPostprocessing = 0; |
1459 | 1522 | }; |
| 1523 | + 5AE460EA2F6CEDB70097AC5B /* Resources */ = { |
| 1524 | + isa = PBXResourcesBuildPhase; |
| 1525 | + buildActionMask = 2147483647; |
| 1526 | + files = ( |
| 1527 | + ); |
| 1528 | + runOnlyForDeploymentPostprocessing = 0; |
| 1529 | + }; |
1460 | 1530 | 5AE4F4722F6BC0640097AC5B /* Resources */ = { |
1461 | 1531 | isa = PBXResourcesBuildPhase; |
1462 | 1532 | buildActionMask = 2147483647; |
|
1607 | 1677 | ); |
1608 | 1678 | runOnlyForDeploymentPostprocessing = 0; |
1609 | 1679 | }; |
| 1680 | + 5AE460E82F6CEDB70097AC5B /* Sources */ = { |
| 1681 | + isa = PBXSourcesBuildPhase; |
| 1682 | + buildActionMask = 2147483647; |
| 1683 | + files = ( |
| 1684 | + 5ADDB0010000000000000001 /* DynamoDBConnection.swift in Sources */, |
| 1685 | + 5ADDB0010000000000000002 /* DynamoDBItemFlattener.swift in Sources */, |
| 1686 | + 5ADDB0010000000000000003 /* DynamoDBPartiQLParser.swift in Sources */, |
| 1687 | + 5ADDB0010000000000000004 /* DynamoDBPlugin.swift in Sources */, |
| 1688 | + 5ADDB0010000000000000005 /* DynamoDBPluginDriver.swift in Sources */, |
| 1689 | + 5ADDB0010000000000000006 /* DynamoDBQueryBuilder.swift in Sources */, |
| 1690 | + 5ADDB0010000000000000007 /* DynamoDBStatementGenerator.swift in Sources */, |
| 1691 | + ); |
| 1692 | + runOnlyForDeploymentPostprocessing = 0; |
| 1693 | + }; |
1610 | 1694 | 5AE4F4702F6BC0640097AC5B /* Sources */ = { |
1611 | 1695 | isa = PBXSourcesBuildPhase; |
1612 | 1696 | buildActionMask = 2147483647; |
|
2952 | 3036 | }; |
2953 | 3037 | name = Release; |
2954 | 3038 | }; |
| 3039 | + 5AE460ED2F6CEDB80097AC5B /* Debug */ = { |
| 3040 | + isa = XCBuildConfiguration; |
| 3041 | + buildSettings = { |
| 3042 | + CLANG_ENABLE_MODULES = YES; |
| 3043 | + CODE_SIGN_STYLE = Automatic; |
| 3044 | + COMBINE_HIDPI_IMAGES = YES; |
| 3045 | + CURRENT_PROJECT_VERSION = 1; |
| 3046 | + GENERATE_INFOPLIST_FILE = YES; |
| 3047 | + INFOPLIST_FILE = Plugins/DynamoDBDriverPlugin/Info.plist; |
| 3048 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 3049 | + INFOPLIST_KEY_NSPrincipalClass = "$(PRODUCT_MODULE_NAME).DynamoDBPlugin"; |
| 3050 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; |
| 3051 | + MACOSX_DEPLOYMENT_TARGET = 14.0; |
| 3052 | + MARKETING_VERSION = 1.0; |
| 3053 | + PRODUCT_BUNDLE_IDENTIFIER = com.TablePro.DynamoDBDriverPlugin; |
| 3054 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 3055 | + SDKROOT = macosx; |
| 3056 | + SKIP_INSTALL = YES; |
| 3057 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 3058 | + SWIFT_VERSION = 5.9; |
| 3059 | + WRAPPER_EXTENSION = tableplugin; |
| 3060 | + }; |
| 3061 | + name = Debug; |
| 3062 | + }; |
| 3063 | + 5AE460EE2F6CEDB80097AC5B /* Release */ = { |
| 3064 | + isa = XCBuildConfiguration; |
| 3065 | + buildSettings = { |
| 3066 | + CLANG_ENABLE_MODULES = YES; |
| 3067 | + CODE_SIGN_STYLE = Automatic; |
| 3068 | + COMBINE_HIDPI_IMAGES = YES; |
| 3069 | + CURRENT_PROJECT_VERSION = 1; |
| 3070 | + GENERATE_INFOPLIST_FILE = YES; |
| 3071 | + INFOPLIST_FILE = Plugins/DynamoDBDriverPlugin/Info.plist; |
| 3072 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 3073 | + INFOPLIST_KEY_NSPrincipalClass = "$(PRODUCT_MODULE_NAME).DynamoDBPlugin"; |
| 3074 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; |
| 3075 | + MACOSX_DEPLOYMENT_TARGET = 14.0; |
| 3076 | + MARKETING_VERSION = 1.0; |
| 3077 | + PRODUCT_BUNDLE_IDENTIFIER = com.TablePro.DynamoDBDriverPlugin; |
| 3078 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 3079 | + SDKROOT = macosx; |
| 3080 | + SKIP_INSTALL = YES; |
| 3081 | + SWIFT_VERSION = 5.9; |
| 3082 | + WRAPPER_EXTENSION = tableplugin; |
| 3083 | + }; |
| 3084 | + name = Release; |
| 3085 | + }; |
2955 | 3086 | 5AE4F4762F6BC0640097AC5B /* Debug */ = { |
2956 | 3087 | isa = XCBuildConfiguration; |
2957 | 3088 | buildSettings = { |
|
3230 | 3361 | defaultConfigurationIsVisible = 0; |
3231 | 3362 | defaultConfigurationName = Release; |
3232 | 3363 | }; |
| 3364 | + 5AE460EF2F6CEDB80097AC5B /* Build configuration list for PBXNativeTarget "DynamoDBDriverPlugin" */ = { |
| 3365 | + isa = XCConfigurationList; |
| 3366 | + buildConfigurations = ( |
| 3367 | + 5AE460ED2F6CEDB80097AC5B /* Debug */, |
| 3368 | + 5AE460EE2F6CEDB80097AC5B /* Release */, |
| 3369 | + ); |
| 3370 | + defaultConfigurationIsVisible = 0; |
| 3371 | + defaultConfigurationName = Release; |
| 3372 | + }; |
3233 | 3373 | 5AE4F4752F6BC0640097AC5B /* Build configuration list for PBXNativeTarget "CloudflareD1DriverPlugin" */ = { |
3234 | 3374 | isa = XCConfigurationList; |
3235 | 3375 | buildConfigurations = ( |
|
0 commit comments