Skip to content

Commit 358bd1d

Browse files
committed
Add Testing Libs tp SPM
1 parent 34e11d3 commit 358bd1d

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

WooCommerce.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@
897897
261E91A329C9882600A5C118 /* SubscriptionsViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 261E91A229C9882600A5C118 /* SubscriptionsViewModelTests.swift */; };
898898
261F1A7929C2AB2E001D9861 /* FreeTrialBannerViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 261F1A7829C2AB2E001D9861 /* FreeTrialBannerViewModel.swift */; };
899899
261F1A7C29C2B09D001D9861 /* FreeTrialBannerViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 261F1A7B29C2B09D001D9861 /* FreeTrialBannerViewModelTests.swift */; };
900+
2621D1F42C81085D00654C4C /* ViewInspector in Frameworks */ = {isa = PBXBuildFile; productRef = 2621D1F32C81085D00654C4C /* ViewInspector */; };
901+
2621D1F72C810DB800654C4C /* ViewControllerPresentationSpy in Frameworks */ = {isa = PBXBuildFile; productRef = 2621D1F62C810DB800654C4C /* ViewControllerPresentationSpy */; };
900902
262418332B8D3630009A3834 /* ApplicationPasswordTutorial.swift in Sources */ = {isa = PBXBuildFile; fileRef = 262418322B8D3630009A3834 /* ApplicationPasswordTutorial.swift */; };
901903
262418372B9044FF009A3834 /* ApplicationPasswordTutorialViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 262418362B9044FF009A3834 /* ApplicationPasswordTutorialViewModel.swift */; };
902904
262562352C52A6410075A8CC /* WooAnalyticsEvent+BackgroudUpdates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 262562342C52A6410075A8CC /* WooAnalyticsEvent+BackgroudUpdates.swift */; };
@@ -6028,9 +6030,11 @@
60286030
files = (
60296031
263E38462641FF3400260D3B /* Codegen in Frameworks */,
60306032
3F2C8A19285B038800B1A5BB /* BuildkiteTestCollector in Frameworks */,
6033+
2621D1F72C810DB800654C4C /* ViewControllerPresentationSpy in Frameworks */,
60316034
26FB056825F6CB6000A40B26 /* Fakes.framework in Frameworks */,
60326035
B873E8F8E103966D2182EE67 /* Pods_WooCommerceTests.framework in Frameworks */,
60336036
57150E0F24F462C200E81611 /* TestKit in Frameworks */,
6037+
2621D1F42C81085D00654C4C /* ViewInspector in Frameworks */,
60346038
);
60356039
runOnlyForDeploymentPostprocessing = 0;
60366040
};
@@ -13611,6 +13615,8 @@
1361113615
57150E0E24F462C200E81611 /* TestKit */,
1361213616
263E38452641FF3400260D3B /* Codegen */,
1361313617
3F2C8A18285B038800B1A5BB /* BuildkiteTestCollector */,
13618+
2621D1F32C81085D00654C4C /* ViewInspector */,
13619+
2621D1F62C810DB800654C4C /* ViewControllerPresentationSpy */,
1361413620
);
1361513621
productName = WooCommerceTests;
1361613622
productReference = B56DB3DD2049BFAA00D4AA8E /* WooCommerceTests.xctest */;
@@ -13769,6 +13775,8 @@
1376913775
202496622B0B9E0D00EE527D /* XCRemoteSwiftPackageReference "ScrollViewSectionKit" */,
1377013776
DEA6BCA72BC6A7050017D671 /* XCRemoteSwiftPackageReference "Charts" */,
1377113777
DEA6BCAA2BC6A7C30017D671 /* XCRemoteSwiftPackageReference "swift-algorithms" */,
13778+
2621D1F22C81085D00654C4C /* XCRemoteSwiftPackageReference "ViewInspector" */,
13779+
2621D1F52C810DB800654C4C /* XCRemoteSwiftPackageReference "ViewControllerPresentationSpy" */,
1377213780
);
1377313781
productRefGroup = B56DB3C72049BFAA00D4AA8E /* Products */;
1377413782
projectDirPath = "";
@@ -18203,6 +18211,22 @@
1820318211
minimumVersion = 4.1.2;
1820418212
};
1820518213
};
18214+
2621D1F22C81085D00654C4C /* XCRemoteSwiftPackageReference "ViewInspector" */ = {
18215+
isa = XCRemoteSwiftPackageReference;
18216+
repositoryURL = "https://github.com/nalexn/ViewInspector";
18217+
requirement = {
18218+
kind = upToNextMajorVersion;
18219+
minimumVersion = 0.9.11;
18220+
};
18221+
};
18222+
2621D1F52C810DB800654C4C /* XCRemoteSwiftPackageReference "ViewControllerPresentationSpy" */ = {
18223+
isa = XCRemoteSwiftPackageReference;
18224+
repositoryURL = "https://github.com/jonreid/ViewControllerPresentationSpy";
18225+
requirement = {
18226+
kind = upToNextMajorVersion;
18227+
minimumVersion = 7.0.0;
18228+
};
18229+
};
1820618230
3F1CA81B26C3542600228BF2 /* XCRemoteSwiftPackageReference "XCUITestHelpers" */ = {
1820718231
isa = XCRemoteSwiftPackageReference;
1820818232
repositoryURL = "https://github.com/Automattic/XCUITestHelpers";
@@ -18285,6 +18309,16 @@
1828518309
package = 247CE89A2583402A00F9D9D1 /* XCRemoteSwiftPackageReference "Embassy" */;
1828618310
productName = Embassy;
1828718311
};
18312+
2621D1F32C81085D00654C4C /* ViewInspector */ = {
18313+
isa = XCSwiftPackageProductDependency;
18314+
package = 2621D1F22C81085D00654C4C /* XCRemoteSwiftPackageReference "ViewInspector" */;
18315+
productName = ViewInspector;
18316+
};
18317+
2621D1F62C810DB800654C4C /* ViewControllerPresentationSpy */ = {
18318+
isa = XCSwiftPackageProductDependency;
18319+
package = 2621D1F52C810DB800654C4C /* XCRemoteSwiftPackageReference "ViewControllerPresentationSpy" */;
18320+
productName = ViewControllerPresentationSpy;
18321+
};
1828818322
263E37E02641AD8300260D3B /* Codegen */ = {
1828918323
isa = XCSwiftPackageProductDependency;
1829018324
productName = Codegen;

0 commit comments

Comments
 (0)