Skip to content

Commit 745cf98

Browse files
authored
beeswift need only link to beekit once (#541)
## Summary Sometimes, despite changes to something in BeeKit, Xcode would complain in BeeSwift source code that seemed to reflect the older state in BeeKit. Looking around for possible causes, it was noticed that target BeeSwift linked BeeKit twice. A merge artifact? One of the two was removed with this merge request. ## Validation Built app in Xcode. Launched in a Simulator. Navigated in app, gallery, goals, settings, ...
1 parent 3edd09d commit 745cf98

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

BeeSwift.xcodeproj/project.pbxproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@
168168
remoteGlobalIDString = A196CB131AE4142E00B90A3E;
169169
remoteInfo = BeeSwift;
170170
};
171-
E57BE6F32655EBE000BA540B /* PBXContainerItemProxy */ = {
172-
isa = PBXContainerItemProxy;
173-
containerPortal = A196CB0C1AE4142E00B90A3E /* Project object */;
174-
proxyType = 1;
175-
remoteGlobalIDString = E57BE6DF2655EBD900BA540B;
176-
remoteInfo = BeeKit;
177-
};
178171
E57BE7122655F00200BA540B /* PBXContainerItemProxy */ = {
179172
isa = PBXContainerItemProxy;
180173
containerPortal = A196CB0C1AE4142E00B90A3E /* Project object */;
@@ -732,7 +725,6 @@
732725
);
733726
dependencies = (
734727
E5F7C4A9260FC5300095684F /* PBXTargetDependency */,
735-
E57BE6F42655EBE000BA540B /* PBXTargetDependency */,
736728
E57BE7132655F00200BA540B /* PBXTargetDependency */,
737729
);
738730
name = BeeSwift;
@@ -1168,11 +1160,6 @@
11681160
target = A196CB131AE4142E00B90A3E /* BeeSwift */;
11691161
targetProxy = E57BE6EC2655EBE000BA540B /* PBXContainerItemProxy */;
11701162
};
1171-
E57BE6F42655EBE000BA540B /* PBXTargetDependency */ = {
1172-
isa = PBXTargetDependency;
1173-
target = E57BE6DF2655EBD900BA540B /* BeeKit */;
1174-
targetProxy = E57BE6F32655EBE000BA540B /* PBXContainerItemProxy */;
1175-
};
11761163
E57BE7132655F00200BA540B /* PBXTargetDependency */ = {
11771164
isa = PBXTargetDependency;
11781165
target = E57BE6DF2655EBD900BA540B /* BeeKit */;

0 commit comments

Comments
 (0)