Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AdblockPlusSafari.xcodeproj/project.pbxproj

Issue 29721690: ABP: Issue 6262 - Moved Favicon framework to different build configuration path to prevent crashing… (Closed)
Patch Set: Created March 13, 2018, 3:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Cartfile.resolved » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdblockPlusSafari.xcodeproj/project.pbxproj
diff --git a/AdblockPlusSafari.xcodeproj/project.pbxproj b/AdblockPlusSafari.xcodeproj/project.pbxproj
index c264ab8d5050d1493ab65c373d5d8f5775de43eb..95bd002d8f20426e9affd87c030e7995f47eea9e 100644
--- a/AdblockPlusSafari.xcodeproj/project.pbxproj
+++ b/AdblockPlusSafari.xcodeproj/project.pbxproj
@@ -7,6 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
+ 290398DD205827480072E885 /* FavIcon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 292CD5F31F94F84700555814 /* FavIcon.framework */; };
+ 290398DE205827480072E885 /* FavIcon.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 292CD5F31F94F84700555814 /* FavIcon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
291FFD5A1F79495E00FE29C5 /* ActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 291FFD591F79495E00FE29C5 /* ActionViewController.swift */; };
292CD5F41F94F84800555814 /* FavIcon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 292CD5F31F94F84700555814 /* FavIcon.framework */; };
293989031F8BA827007935B0 /* yajl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65F8BB601F61113F004B9ED4 /* yajl.framework */; };
@@ -156,6 +158,7 @@
65755AFC1F7C8A4B00696261 /* RxCocoa.framework in Embed Frameworks */,
65755AFD1F7C8A4B00696261 /* RxSwift.framework in Embed Frameworks */,
65BBB6111F7ED10700B013C3 /* yajl.framework in Embed Frameworks */,
+ 290398DE205827480072E885 /* FavIcon.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
@@ -475,6 +478,7 @@
files = (
65A173FE1F60A4E1004107EF /* SafariServices.framework in Frameworks */,
65BBB6101F7ED10700B013C3 /* yajl.framework in Frameworks */,
+ 290398DD205827480072E885 /* FavIcon.framework in Frameworks */,
65C1769F1F7C809A008E2BA1 /* RxSwift.framework in Frameworks */,
65C176A11F7C809E008E2BA1 /* RxCocoa.framework in Frameworks */,
);
@@ -491,14 +495,6 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- 29B63A7A1FFFC7B1003BB75B /* Recovered References */ = {
- isa = PBXGroup;
- children = (
- 292CD5F31F94F84700555814 /* FavIcon.framework */,
- );
- name = "Recovered References";
- sourceTree = "<group>";
- };
657680B2203E57E4007C9ABE /* Generated */ = {
isa = PBXGroup;
children = (
@@ -527,6 +523,7 @@
65C1769E1F7C8099008E2BA1 /* RxSwift.framework */,
65A173F31F60A20B004107EF /* SafariServices.framework */,
65F8BB601F61113F004B9ED4 /* yajl.framework */,
+ 292CD5F31F94F84700555814 /* FavIcon.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -663,7 +660,6 @@
65A173F01F60A1C2004107EF /* Frameworks */,
657680B2203E57E4007C9ABE /* Generated */,
E9071D3D1B76897C00091AEB /* Products */,
- 29B63A7A1FFFC7B1003BB75B /* Recovered References */,
69AB6A2F1B970D18005C2075 /* Resources */,
E9F3922B1BBF1B1A004A068A /* Translations */,
);
« no previous file with comments | « no previous file | Cartfile.resolved » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld