Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nobug, build], Bugzila 1638200: Glean in copy carthage deps phase #6617

Merged
merged 1 commit into from May 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions Client.xcodeproj/project.pbxproj
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