Skip to content

Commit

Permalink
remove Target Dependency to make tests possible in modern XCode (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky authored Feb 15, 2023
1 parent 00f9824 commit 7ac1ba5
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions Themis.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -255,37 +255,6 @@
9F98F32922CCEB0E008E14E6 /* soter_wipe.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F98F32722CCEB0E008E14E6 /* soter_wipe.c */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
9F70B2C2241D0FEC009CB629 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 738B81062239809D00A9947C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9F00E8D6223C197900EC1EF3;
remoteInfo = "Themis (macOS)";
};
9F70B2ED241D17A3009CB629 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 738B81062239809D00A9947C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9F4A24A0223A8D7F005CB63A;
remoteInfo = "Themis (iOS)";
};
9F70B3052420E16E009CB629 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 738B81062239809D00A9947C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9F4A24A0223A8D7F005CB63A;
remoteInfo = "Themis (iOS)";
};
9F70B31D2420E176009CB629 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 738B81062239809D00A9947C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9F00E8D6223C197900EC1EF3;
remoteInfo = "Themis (macOS)";
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
9F70B2DE241D172E009CB629 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
Expand Down Expand Up @@ -968,7 +937,6 @@
buildRules = (
);
dependencies = (
9F70B2C3241D0FEC009CB629 /* PBXTargetDependency */,
);
name = "Test Themis (Swift 5, macOS)";
productName = "Test Themis (macOS)";
Expand All @@ -987,7 +955,6 @@
buildRules = (
);
dependencies = (
9F70B2EE241D17A3009CB629 /* PBXTargetDependency */,
);
name = "Test Themis (Swift 5, iOS)";
productName = "Test Themis (iOS)";
Expand All @@ -1006,7 +973,6 @@
buildRules = (
);
dependencies = (
9F70B3042420E16E009CB629 /* PBXTargetDependency */,
);
name = "Test Themis (Swift 4, iOS)";
productName = "Test Themis (iOS)";
Expand All @@ -1025,7 +991,6 @@
buildRules = (
);
dependencies = (
9F70B31C2420E176009CB629 /* PBXTargetDependency */,
);
name = "Test Themis (Swift 4, macOS)";
productName = "Test Themis (macOS)";
Expand Down Expand Up @@ -1322,29 +1287,6 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
9F70B2C3241D0FEC009CB629 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9F00E8D6223C197900EC1EF3 /* Themis (macOS) */;
targetProxy = 9F70B2C2241D0FEC009CB629 /* PBXContainerItemProxy */;
};
9F70B2EE241D17A3009CB629 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9F4A24A0223A8D7F005CB63A /* Themis (iOS) */;
targetProxy = 9F70B2ED241D17A3009CB629 /* PBXContainerItemProxy */;
};
9F70B3042420E16E009CB629 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9F4A24A0223A8D7F005CB63A /* Themis (iOS) */;
targetProxy = 9F70B3052420E16E009CB629 /* PBXContainerItemProxy */;
};
9F70B31C2420E176009CB629 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9F00E8D6223C197900EC1EF3 /* Themis (macOS) */;
targetProxy = 9F70B31D2420E176009CB629 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
738B81152239809D00A9947C /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down

0 comments on commit 7ac1ba5

Please sign in to comment.