Skip to content

Commit

Permalink
test: Remove Nimble from iOS-Swift sample app (#4072)
Browse files Browse the repository at this point in the history
We don't use Nimble for the iOS-Swift UI tests, so we can remove the
package reference.
  • Loading branch information
philipphofmann authored Jun 14, 2024
1 parent e145ca1 commit 4090908
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@
);
mainGroup = 637AFD9D243B02760034958B;
packageReferences = (
6268F2C02B0DF9920019DA38 /* XCRemoteSwiftPackageReference "Nimble" */,
);
productRefGroup = 637AFDA7243B02760034958B /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2097,17 +2096,6 @@
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
6268F2C02B0DF9920019DA38 /* XCRemoteSwiftPackageReference "Nimble" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Quick/Nimble";
requirement = {
kind = exactVersion;
version = 10.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCVersionGroup section */
D845F35927BAD4CC00A4D7A2 /* SentryData.xcdatamodeld */ = {
isa = XCVersionGroup;
Expand Down

0 comments on commit 4090908

Please sign in to comment.