Remove deleted frameworks from Account.
This commit is contained in:
parent
85aaa68f7b
commit
b16112ad56
|
@ -35,34 +35,6 @@
|
|||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
8401A17C1F6DC388002B1BE2 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 8401A1721F6DC387002B1BE2 /* Database.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 844BEE371F0AB3AA004AB7CD;
|
||||
remoteInfo = Database;
|
||||
};
|
||||
8401A17E1F6DC388002B1BE2 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 8401A1721F6DC387002B1BE2 /* Database.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 844BEE401F0AB3AB004AB7CD;
|
||||
remoteInfo = DatabaseTests;
|
||||
};
|
||||
841973E41F6DD195006346C4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 841973DF1F6DD194006346C4 /* Data.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 844BEE5B1F0AB3C8004AB7CD;
|
||||
remoteInfo = Data;
|
||||
};
|
||||
841973E61F6DD195006346C4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 841973DF1F6DD194006346C4 /* Data.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 844BEE641F0AB3C9004AB7CD;
|
||||
remoteInfo = DataTests;
|
||||
};
|
||||
841973EE1F6DD19E006346C4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 841973E81F6DD19E006346C4 /* RSCore.xcodeproj */;
|
||||
|
@ -108,8 +80,6 @@
|
|||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
8401A1721F6DC387002B1BE2 /* Database.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Database.xcodeproj; path = ../Database/Database.xcodeproj; sourceTree = "<group>"; };
|
||||
841973DF1F6DD194006346C4 /* Data.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Data.xcodeproj; path = ../Data/Data.xcodeproj; sourceTree = "<group>"; };
|
||||
841973E81F6DD19E006346C4 /* RSCore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RSCore.xcodeproj; path = ../RSCore/RSCore.xcodeproj; sourceTree = "<group>"; };
|
||||
841973F41F6DD1AC006346C4 /* RSParser.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RSParser.xcodeproj; path = ../RSParser/RSParser.xcodeproj; sourceTree = "<group>"; };
|
||||
841974001F6DD1EC006346C4 /* Folder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Folder.swift; sourceTree = "<group>"; };
|
||||
|
@ -169,24 +139,6 @@
|
|||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
8401A1731F6DC387002B1BE2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8401A17D1F6DC388002B1BE2 /* Database.framework */,
|
||||
8401A17F1F6DC388002B1BE2 /* DatabaseTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
841973E01F6DD194006346C4 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
841973E51F6DD195006346C4 /* Data.framework */,
|
||||
841973E71F6DD195006346C4 /* DataTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
841973E91F6DD19E006346C4 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -233,8 +185,6 @@
|
|||
844B2980210CE3BF004020B3 /* RSWeb.framework */,
|
||||
841D4D712106B40A00DD04E6 /* Articles.framework */,
|
||||
841D4D6F2106B40400DD04E6 /* ArticlesDatabase.framework */,
|
||||
8401A1721F6DC387002B1BE2 /* Database.xcodeproj */,
|
||||
841973DF1F6DD194006346C4 /* Data.xcodeproj */,
|
||||
841973F41F6DD1AC006346C4 /* RSParser.xcodeproj */,
|
||||
841973E81F6DD19E006346C4 /* RSCore.xcodeproj */,
|
||||
);
|
||||
|
@ -376,14 +326,6 @@
|
|||
productRefGroup = 848934F71F62484F00CEBD24 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 841973E01F6DD194006346C4 /* Products */;
|
||||
ProjectRef = 841973DF1F6DD194006346C4 /* Data.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 8401A1731F6DC387002B1BE2 /* Products */;
|
||||
ProjectRef = 8401A1721F6DC387002B1BE2 /* Database.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 841973E91F6DD19E006346C4 /* Products */;
|
||||
ProjectRef = 841973E81F6DD19E006346C4 /* RSCore.xcodeproj */;
|
||||
|
@ -402,34 +344,6 @@
|
|||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
8401A17D1F6DC388002B1BE2 /* Database.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = Database.framework;
|
||||
remoteRef = 8401A17C1F6DC388002B1BE2 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
8401A17F1F6DC388002B1BE2 /* DatabaseTests.xctest */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = DatabaseTests.xctest;
|
||||
remoteRef = 8401A17E1F6DC388002B1BE2 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
841973E51F6DD195006346C4 /* Data.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = Data.framework;
|
||||
remoteRef = 841973E41F6DD195006346C4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
841973E71F6DD195006346C4 /* DataTests.xctest */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = DataTests.xctest;
|
||||
remoteRef = 841973E61F6DD195006346C4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
841973EF1F6DD19E006346C4 /* RSCore.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
|
|
Loading…
Reference in New Issue