Skip to content

Commit

Permalink
[nobug, build], Bugzila 1638200: Glean in copy carthage deps phase (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
garvankeeley authored and nbhasin2 committed May 15, 2020
1 parent 529ae4a commit c61adec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
0BF8F8DA1AEFF1C900E90BC2 /* noTitle.html in Resources */ = {isa = PBXBuildFile; fileRef = 0BF8F8D91AEFF1C900E90BC2 /* noTitle.html */; };
19DE1F671EC13B6400428B8C /* LeanplumIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19DE1F661EC13B6400428B8C /* LeanplumIntegration.swift */; };
1FCF5C2524351CB4003AB95D /* Glean.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FCF5C2324351CB4003AB95D /* Glean.framework */; };
1FCF5C2624351CB4003AB95D /* Glean.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1FCF5C2324351CB4003AB95D /* Glean.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
274A36C9239EB94000A21587 /* LibraryPanelButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274A36C8239EB94000A21587 /* LibraryPanelButton.swift */; };
274A36CC239EB99400A21587 /* LibraryPanelContextMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274A36CB239EB99400A21587 /* LibraryPanelContextMenu.swift */; };
274A36CE239EB9EC00A21587 /* LibraryViewController+LibraryPanelDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274A36CD239EB9EC00A21587 /* LibraryViewController+LibraryPanelDelegate.swift */; };
Expand Down Expand Up @@ -1130,7 +1129,6 @@
E60138671C89EB8300DF9756 /* Account.framework in Copy Frameworks */,
E60138661C89EB7D00DF9756 /* Storage.framework in Copy Frameworks */,
E60138651C89EB7600DF9756 /* Shared.framework in Copy Frameworks */,
1FCF5C2624351CB4003AB95D /* Glean.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -4577,6 +4575,7 @@
"$(SRCROOT)/Carthage/Build/iOS/SwiftProtobuf.framework",
"$(SRCROOT)/Carthage/Build/iOS/Leanplum.framework",
"$(SRCROOT)/Carthage/Build/iOS/ObjcExceptionBridging.framework",
"$(SRCROOT)/Carthage/Build/iOS/Glean.framework",
);
name = "Copy Carthage Dependencies";
outputPaths = (
Expand Down

0 comments on commit c61adec

Please sign in to comment.