Skip to content

Commit

Permalink
add TODO, clean up (null) in xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
caldrian committed Dec 4, 2024
1 parent fd7c094 commit c571a89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class AnalyticsService: AnalyticsServiceProtocol {

public convenience init(
config: Config?,
logger: @escaping (String) -> Void
logger: @escaping (String) -> Void // TODO: [WPB-11881] import WireLogging and remove this workaround
) {
self.init(
config: config,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
59909A692C5BC001009C41DE /* WireAPI in Frameworks */ = {isa = PBXBuildFile; productRef = 59909A682C5BC001009C41DE /* WireAPI */; };
59909A6D2C5BC08B009C41DE /* WireAPISupport in Frameworks */ = {isa = PBXBuildFile; productRef = 59909A6C2C5BC08B009C41DE /* WireAPISupport */; };
C97BCCAA2C98704B004F2D0D /* WireDomain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01D0DCA62C1C8C870076CB1C /* WireDomain.framework */; };
C9D57A8A2CF732A500012A0E /* (null) in Sources */ = {isa = PBXBuildFile; };
C9E0C9BB2C91B76F00CE6607 /* WireTestingPackage in Frameworks */ = {isa = PBXBuildFile; productRef = C9E0C9BA2C91B76F00CE6607 /* WireTestingPackage */; };
CB7979132C738508006FBA58 /* WireTransportSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB7979122C738508006FBA58 /* WireTransportSupport.framework */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -359,14 +358,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
01D0DCAC2C1C8C880076CB1C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C9D57A8A2CF732A500012A0E /* (null) in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand Down

0 comments on commit c571a89

Please sign in to comment.