Skip to content

Commit 9ffe0d0

Browse files
committed
Add WordPressKitTests target to the Xcode project
1 parent d86e121 commit 9ffe0d0

File tree

4 files changed

+217
-3
lines changed

4 files changed

+217
-3
lines changed

Modules/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/Package.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ let package = Package(
4747
.package(url: "https://github.com/wordpress-mobile/FSInteractiveMap", from: "0.3.0"),
4848
.package(url: "https://github.com/wordpress-mobile/MediaEditor-iOS", branch: "task/spm-support"),
4949
.package(url: "https://github.com/wordpress-mobile/NSObject-SafeExpectations", from: "0.0.6"),
50+
.package(url: "https://github.com/wordpress-mobile/wpxmlrpc", from: "0.9.0"),
5051
.package(url: "https://github.com/wordpress-mobile/NSURL-IDN", revision: "b34794c9a3f32312e1593d4a3d120572afa0d010"),
5152
.package(
5253
url: "https://github.com/wordpress-mobile/WordPressKit-iOS",
@@ -221,6 +222,7 @@ enum XcodeSupport {
221222
.library(name: "XcodeTarget_App", targets: ["XcodeTarget_App"]),
222223
.library(name: "XcodeTarget_Keystone", targets: ["XcodeTarget_Keystone"]),
223224
.library(name: "XcodeTarget_WordPressTests", targets: ["XcodeTarget_WordPressTests"]),
225+
.library(name: "XcodeTarget_WordPressKitTests", targets: ["XcodeTarget_WordPressKitTests"]),
224226
.library(name: "XcodeTarget_WordPressData", targets: ["XcodeTarget_WordPressData"]),
225227
.library(name: "XcodeTarget_WordPressAuthentificator", targets: ["XcodeTarget_WordPressAuthentificator"]),
226228
.library(name: "XcodeTarget_WordPressAuthentificatorTests", targets: ["XcodeTarget_WordPressAuthentificatorTests"]),
@@ -350,6 +352,10 @@ enum XcodeSupport {
350352
.product(name: "WordPressAPI", package: "wordpress-rs"),
351353
.product(name: "WordPressKit", package: "WordPressKit-iOS"),
352354
]),
355+
.xcodeTarget("XcodeTarget_WordPressKitTests", dependencies: testDependencies + [
356+
"wpxmlrpc",
357+
.product(name: "WordPressKit", package: "WordPressKit-iOS"),
358+
]),
353359
.xcodeTarget("XcodeTarget_WordPressAuthentificator", dependencies: wordPresAuthentificatorDependencies),
354360
.xcodeTarget("XcodeTarget_WordPressAuthentificatorTests", dependencies: wordPresAuthentificatorDependencies + testDependencies),
355361
.xcodeTarget("XcodeTarget_ShareExtension", dependencies: shareAndDraftExtensionsDependencies),

WordPress/WordPress.xcodeproj/project.pbxproj

Lines changed: 209 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
4A690C1F2BA796CD00A8E0C5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4A690C1D2BA796C500A8E0C5 /* PrivacyInfo.xcprivacy */; };
154154
4A690C212BA7975500A8E0C5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4A690C202BA7974E00A8E0C5 /* PrivacyInfo.xcprivacy */; };
155155
4A690C222BA7975800A8E0C5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4A690C202BA7974E00A8E0C5 /* PrivacyInfo.xcprivacy */; };
156+
4A8284B02E5FECB00037E180 /* XcodeTarget_WordPressKitTests in Frameworks */ = {isa = PBXBuildFile; productRef = 4A8284AF2E5FECB00037E180 /* XcodeTarget_WordPressKitTests */; };
156157
4ABC59742DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABC59732DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift */; };
157158
4ABCAB2A2DE52E80005A6B84 /* Secrets-JetpackDraftActionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCAB272DE52E6B005A6B84 /* Secrets-JetpackDraftActionExtension.swift */; };
158159
4ABCAB2B2DE52E86005A6B84 /* Secrets-JetpackShareExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCAB282DE52E6B005A6B84 /* Secrets-JetpackShareExtension.swift */; };
@@ -427,6 +428,13 @@
427428
remoteGlobalIDString = FFA8E22A1F94E3DE0002170F;
428429
remoteInfo = SwiftLint;
429430
};
431+
4A8281012E5FE9B60037E180 /* PBXContainerItemProxy */ = {
432+
isa = PBXContainerItemProxy;
433+
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
434+
proxyType = 1;
435+
remoteGlobalIDString = 1D6058900D05DD3D006BFB54;
436+
remoteInfo = WordPress;
437+
};
430438
4AD953BD2C21451700D0EEFA /* PBXContainerItemProxy */ = {
431439
isa = PBXContainerItemProxy;
432440
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
@@ -861,6 +869,7 @@
861869
4A690C1A2BA7958F00A8E0C5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
862870
4A690C1D2BA796C500A8E0C5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
863871
4A690C202BA7974E00A8E0C5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
872+
4A8280FD2E5FE9B60037E180 /* WordPressKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WordPressKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
864873
4ABC59732DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-WordPressDraftActionExtension.swift"; path = "../Secrets/Secrets-WordPressDraftActionExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
865874
4ABCAB272DE52E6B005A6B84 /* Secrets-JetpackDraftActionExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-JetpackDraftActionExtension.swift"; path = "../Secrets/Secrets-JetpackDraftActionExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
866875
4ABCAB282DE52E6B005A6B84 /* Secrets-JetpackShareExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-JetpackShareExtension.swift"; path = "../Secrets/Secrets-JetpackShareExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -1363,6 +1372,11 @@
13631372
path = WordPressDataTests;
13641373
sourceTree = "<group>";
13651374
};
1375+
4A8280FE2E5FE9B60037E180 /* WordPressKitTests */ = {
1376+
isa = PBXFileSystemSynchronizedRootGroup;
1377+
path = WordPressKitTests;
1378+
sourceTree = "<group>";
1379+
};
13661380
/* End PBXFileSystemSynchronizedRootGroup section */
13671381

13681382
/* Begin PBXFrameworksBuildPhase section */
@@ -1495,6 +1509,14 @@
14951509
);
14961510
runOnlyForDeploymentPostprocessing = 0;
14971511
};
1512+
4A8280FA2E5FE9B60037E180 /* Frameworks */ = {
1513+
isa = PBXFrameworksBuildPhase;
1514+
buildActionMask = 2147483647;
1515+
files = (
1516+
4A8284B02E5FECB00037E180 /* XcodeTarget_WordPressKitTests in Frameworks */,
1517+
);
1518+
runOnlyForDeploymentPostprocessing = 0;
1519+
};
14981520
4AD953B12C21451700D0EEFA /* Frameworks */ = {
14991521
isa = PBXFrameworksBuildPhase;
15001522
buildActionMask = 2147483647;
@@ -1663,6 +1685,7 @@
16631685
0C3313C62E0439A9000C3760 /* MiniatureTests */,
16641686
0C5A1A042D9B080900C25301 /* WordPressAuthenticatorTests */,
16651687
3F7AE0C22D9B30A200AB4892 /* WordPressDataTests */,
1688+
4A8280FE2E5FE9B60037E180 /* WordPressKitTests */,
16661689
);
16671690
name = Tests;
16681691
path = ../Tests;
@@ -1710,6 +1733,7 @@
17101733
3F7AE0BC2D9B30A200AB4892 /* WordPressDataTests.xctest */,
17111734
0C3313B72E0439A8000C3760 /* Miniature.app */,
17121735
0C3313C32E0439A9000C3760 /* MiniatureTests.xctest */,
1736+
4A8280FD2E5FE9B60037E180 /* WordPressKitTests.xctest */,
17131737
);
17141738
name = Products;
17151739
sourceTree = "<group>";
@@ -2392,6 +2416,30 @@
23922416
productReference = 3F7AE0BC2D9B30A200AB4892 /* WordPressDataTests.xctest */;
23932417
productType = "com.apple.product-type.bundle.unit-test";
23942418
};
2419+
4A8280FC2E5FE9B60037E180 /* WordPressKitTests */ = {
2420+
isa = PBXNativeTarget;
2421+
buildConfigurationList = 4A8281062E5FE9B70037E180 /* Build configuration list for PBXNativeTarget "WordPressKitTests" */;
2422+
buildPhases = (
2423+
4A8280F92E5FE9B60037E180 /* Sources */,
2424+
4A8280FA2E5FE9B60037E180 /* Frameworks */,
2425+
4A8280FB2E5FE9B60037E180 /* Resources */,
2426+
);
2427+
buildRules = (
2428+
);
2429+
dependencies = (
2430+
4A8281022E5FE9B60037E180 /* PBXTargetDependency */,
2431+
);
2432+
fileSystemSynchronizedGroups = (
2433+
4A8280FE2E5FE9B60037E180 /* WordPressKitTests */,
2434+
);
2435+
name = WordPressKitTests;
2436+
packageProductDependencies = (
2437+
4A8284AF2E5FECB00037E180 /* XcodeTarget_WordPressKitTests */,
2438+
);
2439+
productName = WordPressKitTests;
2440+
productReference = 4A8280FD2E5FE9B60037E180 /* WordPressKitTests.xctest */;
2441+
productType = "com.apple.product-type.bundle.unit-test";
2442+
};
23952443
4AD953B32C21451700D0EEFA /* WordPressAuthenticator */ = {
23962444
isa = PBXNativeTarget;
23972445
buildConfigurationList = 4AD953D22C21451800D0EEFA /* Build configuration list for PBXNativeTarget "WordPressAuthenticator" */;
@@ -2737,7 +2785,7 @@
27372785
29B97313FDCFA39411CA2CEA /* Project object */ = {
27382786
isa = PBXProject;
27392787
attributes = {
2740-
LastSwiftUpdateCheck = 1630;
2788+
LastSwiftUpdateCheck = 1640;
27412789
LastUpgradeCheck = 1540;
27422790
ORGANIZATIONNAME = WordPress;
27432791
TargetAttributes = {
@@ -2784,6 +2832,10 @@
27842832
3F7AE0BB2D9B30A200AB4892 = {
27852833
CreatedOnToolsVersion = 16.2;
27862834
};
2835+
4A8280FC2E5FE9B60037E180 = {
2836+
CreatedOnToolsVersion = 16.4;
2837+
TestTargetID = 1D6058900D05DD3D006BFB54;
2838+
};
27872839
4AD953B32C21451700D0EEFA = {
27882840
CreatedOnToolsVersion = 15.4;
27892841
};
@@ -2929,6 +2981,7 @@
29292981
3F7AE0BB2D9B30A200AB4892 /* WordPressDataTests */,
29302982
0C3313B62E0439A8000C3760 /* Miniature */,
29312983
0C3313C22E0439A9000C3760 /* MiniatureTests */,
2984+
4A8280FC2E5FE9B60037E180 /* WordPressKitTests */,
29322985
);
29332986
};
29342987
/* End PBXProject section */
@@ -3014,6 +3067,13 @@
30143067
);
30153068
runOnlyForDeploymentPostprocessing = 0;
30163069
};
3070+
4A8280FB2E5FE9B60037E180 /* Resources */ = {
3071+
isa = PBXResourcesBuildPhase;
3072+
buildActionMask = 2147483647;
3073+
files = (
3074+
);
3075+
runOnlyForDeploymentPostprocessing = 0;
3076+
};
30173077
4AD953B22C21451700D0EEFA /* Resources */ = {
30183078
isa = PBXResourcesBuildPhase;
30193079
buildActionMask = 2147483647;
@@ -3593,6 +3653,13 @@
35933653
);
35943654
runOnlyForDeploymentPostprocessing = 0;
35953655
};
3656+
4A8280F92E5FE9B60037E180 /* Sources */ = {
3657+
isa = PBXSourcesBuildPhase;
3658+
buildActionMask = 2147483647;
3659+
files = (
3660+
);
3661+
runOnlyForDeploymentPostprocessing = 0;
3662+
};
35963663
4AD953B02C21451700D0EEFA /* Sources */ = {
35973664
isa = PBXSourcesBuildPhase;
35983665
buildActionMask = 2147483647;
@@ -3851,6 +3918,11 @@
38513918
target = FFA8E22A1F94E3DE0002170F /* SwiftLint */;
38523919
targetProxy = 3FCFFAFF2994AB25002840C9 /* PBXContainerItemProxy */;
38533920
};
3921+
4A8281022E5FE9B60037E180 /* PBXTargetDependency */ = {
3922+
isa = PBXTargetDependency;
3923+
target = 1D6058900D05DD3D006BFB54 /* WordPress */;
3924+
targetProxy = 4A8281012E5FE9B60037E180 /* PBXContainerItemProxy */;
3925+
};
38543926
4AD953BE2C21451700D0EEFA /* PBXTargetDependency */ = {
38553927
isa = PBXTargetDependency;
38563928
target = 4AD953B32C21451700D0EEFA /* WordPressAuthenticator */;
@@ -5395,6 +5467,128 @@
53955467
};
53965468
name = "Release-Alpha";
53975469
};
5470+
4A8281032E5FE9B60037E180 /* Debug */ = {
5471+
isa = XCBuildConfiguration;
5472+
baseConfigurationReference = F14B5F70208E648200439554 /* WordPress.debug.xcconfig */;
5473+
buildSettings = {
5474+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
5475+
BUNDLE_LOADER = "$(TEST_HOST)";
5476+
CLANG_ANALYZER_NONNULL = YES;
5477+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
5478+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
5479+
CLANG_ENABLE_OBJC_ARC = YES;
5480+
CLANG_ENABLE_OBJC_WEAK = YES;
5481+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
5482+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
5483+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
5484+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
5485+
CLANG_WARN_STRICT_PROTOTYPES = YES;
5486+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
5487+
CODE_SIGN_STYLE = Automatic;
5488+
COPY_PHASE_STRIP = NO;
5489+
CURRENT_PROJECT_VERSION = 1;
5490+
GCC_C_LANGUAGE_STANDARD = gnu17;
5491+
GCC_DYNAMIC_NO_PIC = NO;
5492+
GCC_PREPROCESSOR_DEFINITIONS = (
5493+
"DEBUG=1",
5494+
"$(inherited)",
5495+
);
5496+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
5497+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
5498+
GENERATE_INFOPLIST_FILE = YES;
5499+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5500+
MARKETING_VERSION = 1.0;
5501+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
5502+
MTL_FAST_MATH = YES;
5503+
PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.WordPressKitTests;
5504+
PRODUCT_NAME = "$(TARGET_NAME)";
5505+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
5506+
SWIFT_EMIT_LOC_STRINGS = NO;
5507+
SWIFT_OBJC_BRIDGING_HEADER = "../Tests/WordPressKitTests/WordPressKitTests/WordPressKitTests-Bridging-Header.h";
5508+
SWIFT_VERSION = 5.0;
5509+
TARGETED_DEVICE_FAMILY = "1,2";
5510+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WordPress.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/WordPress";
5511+
};
5512+
name = Debug;
5513+
};
5514+
4A8281042E5FE9B60037E180 /* Release */ = {
5515+
isa = XCBuildConfiguration;
5516+
baseConfigurationReference = F14B5F71208E648200439554 /* WordPress.release.xcconfig */;
5517+
buildSettings = {
5518+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
5519+
BUNDLE_LOADER = "$(TEST_HOST)";
5520+
CLANG_ANALYZER_NONNULL = YES;
5521+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
5522+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
5523+
CLANG_ENABLE_OBJC_ARC = YES;
5524+
CLANG_ENABLE_OBJC_WEAK = YES;
5525+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
5526+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
5527+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
5528+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
5529+
CLANG_WARN_STRICT_PROTOTYPES = YES;
5530+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
5531+
CODE_SIGN_STYLE = Automatic;
5532+
COPY_PHASE_STRIP = NO;
5533+
CURRENT_PROJECT_VERSION = 1;
5534+
ENABLE_NS_ASSERTIONS = NO;
5535+
GCC_C_LANGUAGE_STANDARD = gnu17;
5536+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
5537+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
5538+
GENERATE_INFOPLIST_FILE = YES;
5539+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5540+
MARKETING_VERSION = 1.0;
5541+
MTL_ENABLE_DEBUG_INFO = NO;
5542+
MTL_FAST_MATH = YES;
5543+
PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.WordPressKitTests;
5544+
PRODUCT_NAME = "$(TARGET_NAME)";
5545+
SWIFT_EMIT_LOC_STRINGS = NO;
5546+
SWIFT_OBJC_BRIDGING_HEADER = "../Tests/WordPressKitTests/WordPressKitTests/WordPressKitTests-Bridging-Header.h";
5547+
SWIFT_VERSION = 5.0;
5548+
TARGETED_DEVICE_FAMILY = "1,2";
5549+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WordPress.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/WordPress";
5550+
};
5551+
name = Release;
5552+
};
5553+
4A8281052E5FE9B60037E180 /* Release-Alpha */ = {
5554+
isa = XCBuildConfiguration;
5555+
baseConfigurationReference = F14B5F73208E648300439554 /* WordPress.alpha.xcconfig */;
5556+
buildSettings = {
5557+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
5558+
BUNDLE_LOADER = "$(TEST_HOST)";
5559+
CLANG_ANALYZER_NONNULL = YES;
5560+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
5561+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
5562+
CLANG_ENABLE_OBJC_ARC = YES;
5563+
CLANG_ENABLE_OBJC_WEAK = YES;
5564+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
5565+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
5566+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
5567+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
5568+
CLANG_WARN_STRICT_PROTOTYPES = YES;
5569+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
5570+
CODE_SIGN_STYLE = Automatic;
5571+
COPY_PHASE_STRIP = NO;
5572+
CURRENT_PROJECT_VERSION = 1;
5573+
ENABLE_NS_ASSERTIONS = NO;
5574+
GCC_C_LANGUAGE_STANDARD = gnu17;
5575+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
5576+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
5577+
GENERATE_INFOPLIST_FILE = YES;
5578+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5579+
MARKETING_VERSION = 1.0;
5580+
MTL_ENABLE_DEBUG_INFO = NO;
5581+
MTL_FAST_MATH = YES;
5582+
PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.WordPressKitTests;
5583+
PRODUCT_NAME = "$(TARGET_NAME)";
5584+
SWIFT_EMIT_LOC_STRINGS = NO;
5585+
SWIFT_OBJC_BRIDGING_HEADER = "../Tests/WordPressKitTests/WordPressKitTests/WordPressKitTests-Bridging-Header.h";
5586+
SWIFT_VERSION = 5.0;
5587+
TARGETED_DEVICE_FAMILY = "1,2";
5588+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WordPress.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/WordPress";
5589+
};
5590+
name = "Release-Alpha";
5591+
};
53985592
4AD953CA2C21451800D0EEFA /* Debug */ = {
53995593
isa = XCBuildConfiguration;
54005594
baseConfigurationReference = 3F9DD3F62CC214BF00DF1760 /* Common.debug.xcconfig */;
@@ -7590,6 +7784,16 @@
75907784
defaultConfigurationIsVisible = 0;
75917785
defaultConfigurationName = Release;
75927786
};
7787+
4A8281062E5FE9B70037E180 /* Build configuration list for PBXNativeTarget "WordPressKitTests" */ = {
7788+
isa = XCConfigurationList;
7789+
buildConfigurations = (
7790+
4A8281032E5FE9B60037E180 /* Debug */,
7791+
4A8281042E5FE9B60037E180 /* Release */,
7792+
4A8281052E5FE9B60037E180 /* Release-Alpha */,
7793+
);
7794+
defaultConfigurationIsVisible = 0;
7795+
defaultConfigurationName = Release;
7796+
};
75937797
4AD953D22C21451800D0EEFA /* Build configuration list for PBXNativeTarget "WordPressAuthenticator" */ = {
75947798
isa = XCConfigurationList;
75957799
buildConfigurations = (
@@ -7833,6 +8037,10 @@
78338037
isa = XCSwiftPackageProductDependency;
78348038
productName = XcodeTarget_WordPressData;
78358039
};
8040+
4A8284AF2E5FECB00037E180 /* XcodeTarget_WordPressKitTests */ = {
8041+
isa = XCSwiftPackageProductDependency;
8042+
productName = XcodeTarget_WordPressKitTests;
8043+
};
78368044
/* End XCSwiftPackageProductDependency section */
78378045
};
78388046
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;

WordPress/WordPress.xcodeproj/xcshareddata/xcschemes/WordPress.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
parallelizable = "YES">
7474
<BuildableReference
7575
BuildableIdentifier = "primary"
76-
BlueprintIdentifier = "4A98A2FA2C22736F00A2CE58"
76+
BlueprintIdentifier = "4A8280FC2E5FE9B60037E180"
7777
BuildableName = "WordPressKitTests.xctest"
7878
BlueprintName = "WordPressKitTests"
7979
ReferencedContainer = "container:WordPress.xcodeproj">

0 commit comments

Comments
 (0)