mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-13 01:46:51 +01:00
322 lines
13 KiB
Plaintext
322 lines
13 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
84F22BD51B52DC2E000060CE /* DB5.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F22BD41B52DC2E000060CE /* DB5.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
84F22BDC1B52DC2E000060CE /* DB5.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F22BD11B52DC2E000060CE /* DB5.framework */; };
|
|
84F22BE11B52DC2E000060CE /* DB5Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 84F22BE01B52DC2E000060CE /* DB5Tests.m */; };
|
|
84F22BEF1B52DC48000060CE /* VSTheme.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F22BEB1B52DC48000060CE /* VSTheme.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
84F22BF01B52DC48000060CE /* VSTheme.m in Sources */ = {isa = PBXBuildFile; fileRef = 84F22BEC1B52DC48000060CE /* VSTheme.m */; };
|
|
84F22BF11B52DC48000060CE /* VSThemeLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F22BED1B52DC48000060CE /* VSThemeLoader.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
84F22BF21B52DC48000060CE /* VSThemeLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 84F22BEE1B52DC48000060CE /* VSThemeLoader.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
84F22BDD1B52DC2E000060CE /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 84F22BC81B52DC2E000060CE /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 84F22BD01B52DC2E000060CE;
|
|
remoteInfo = DB5;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
84F22BD11B52DC2E000060CE /* DB5.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DB5.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
84F22BD41B52DC2E000060CE /* DB5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DB5.h; path = DB5/DB5.h; sourceTree = "<group>"; };
|
|
84F22BD61B52DC2E000060CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = DB5/Info.plist; sourceTree = "<group>"; };
|
|
84F22BDB1B52DC2E000060CE /* DB5Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DB5Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
84F22BE01B52DC2E000060CE /* DB5Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DB5Tests.m; sourceTree = "<group>"; };
|
|
84F22BE21B52DC2E000060CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
84F22BEB1B52DC48000060CE /* VSTheme.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VSTheme.h; path = DB5/VSTheme.h; sourceTree = "<group>"; };
|
|
84F22BEC1B52DC48000060CE /* VSTheme.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VSTheme.m; path = DB5/VSTheme.m; sourceTree = "<group>"; };
|
|
84F22BED1B52DC48000060CE /* VSThemeLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VSThemeLoader.h; path = DB5/VSThemeLoader.h; sourceTree = "<group>"; };
|
|
84F22BEE1B52DC48000060CE /* VSThemeLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VSThemeLoader.m; path = DB5/VSThemeLoader.m; sourceTree = "<group>"; };
|
|
D511EEF720242E3E00712EC3 /* DB5_project_debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DB5_project_debug.xcconfig; sourceTree = "<group>"; };
|
|
D511EEF820242E3E00712EC3 /* DB5Tests_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DB5Tests_target.xcconfig; sourceTree = "<group>"; };
|
|
D511EEF920242E3E00712EC3 /* DB5_project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DB5_project.xcconfig; sourceTree = "<group>"; };
|
|
D511EEFA20242E3E00712EC3 /* DB5_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DB5_target.xcconfig; sourceTree = "<group>"; };
|
|
D511EEFB20242E3E00712EC3 /* DB5_project_release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DB5_project_release.xcconfig; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
84F22BCD1B52DC2E000060CE /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
84F22BD81B52DC2E000060CE /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84F22BDC1B52DC2E000060CE /* DB5.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
84F22BC71B52DC2E000060CE = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
84F22BD41B52DC2E000060CE /* DB5.h */,
|
|
84F22BEB1B52DC48000060CE /* VSTheme.h */,
|
|
84F22BEC1B52DC48000060CE /* VSTheme.m */,
|
|
84F22BED1B52DC48000060CE /* VSThemeLoader.h */,
|
|
84F22BEE1B52DC48000060CE /* VSThemeLoader.m */,
|
|
84F22BD61B52DC2E000060CE /* Info.plist */,
|
|
84F22BDF1B52DC2E000060CE /* DB5Tests */,
|
|
84F22BD21B52DC2E000060CE /* Products */,
|
|
D511EEF620242E3E00712EC3 /* xcconfig */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
84F22BD21B52DC2E000060CE /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
84F22BD11B52DC2E000060CE /* DB5.framework */,
|
|
84F22BDB1B52DC2E000060CE /* DB5Tests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
84F22BDF1B52DC2E000060CE /* DB5Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
84F22BE01B52DC2E000060CE /* DB5Tests.m */,
|
|
84F22BE21B52DC2E000060CE /* Info.plist */,
|
|
);
|
|
path = DB5Tests;
|
|
sourceTree = "<group>";
|
|
};
|
|
D511EEF620242E3E00712EC3 /* xcconfig */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D511EEF720242E3E00712EC3 /* DB5_project_debug.xcconfig */,
|
|
D511EEF820242E3E00712EC3 /* DB5Tests_target.xcconfig */,
|
|
D511EEF920242E3E00712EC3 /* DB5_project.xcconfig */,
|
|
D511EEFA20242E3E00712EC3 /* DB5_target.xcconfig */,
|
|
D511EEFB20242E3E00712EC3 /* DB5_project_release.xcconfig */,
|
|
);
|
|
path = xcconfig;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
84F22BCE1B52DC2E000060CE /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84F22BD51B52DC2E000060CE /* DB5.h in Headers */,
|
|
84F22BEF1B52DC48000060CE /* VSTheme.h in Headers */,
|
|
84F22BF11B52DC48000060CE /* VSThemeLoader.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
84F22BD01B52DC2E000060CE /* DB5 */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 84F22BE51B52DC2E000060CE /* Build configuration list for PBXNativeTarget "DB5" */;
|
|
buildPhases = (
|
|
84F22BCC1B52DC2E000060CE /* Sources */,
|
|
84F22BCD1B52DC2E000060CE /* Frameworks */,
|
|
84F22BCE1B52DC2E000060CE /* Headers */,
|
|
84F22BCF1B52DC2E000060CE /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = DB5;
|
|
productName = DB5;
|
|
productReference = 84F22BD11B52DC2E000060CE /* DB5.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
84F22BDA1B52DC2E000060CE /* DB5Tests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 84F22BE81B52DC2E000060CE /* Build configuration list for PBXNativeTarget "DB5Tests" */;
|
|
buildPhases = (
|
|
84F22BD71B52DC2E000060CE /* Sources */,
|
|
84F22BD81B52DC2E000060CE /* Frameworks */,
|
|
84F22BD91B52DC2E000060CE /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
84F22BDE1B52DC2E000060CE /* PBXTargetDependency */,
|
|
);
|
|
name = DB5Tests;
|
|
productName = DB5Tests;
|
|
productReference = 84F22BDB1B52DC2E000060CE /* DB5Tests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
84F22BC81B52DC2E000060CE /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0930;
|
|
ORGANIZATIONNAME = "Ranchero Software, LLC";
|
|
TargetAttributes = {
|
|
84F22BD01B52DC2E000060CE = {
|
|
CreatedOnToolsVersion = 7.0;
|
|
LastSwiftMigration = 0800;
|
|
};
|
|
84F22BDA1B52DC2E000060CE = {
|
|
CreatedOnToolsVersion = 7.0;
|
|
LastSwiftMigration = 0800;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 84F22BCB1B52DC2E000060CE /* Build configuration list for PBXProject "DB5" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 84F22BC71B52DC2E000060CE;
|
|
productRefGroup = 84F22BD21B52DC2E000060CE /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
84F22BD01B52DC2E000060CE /* DB5 */,
|
|
84F22BDA1B52DC2E000060CE /* DB5Tests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
84F22BCF1B52DC2E000060CE /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
84F22BD91B52DC2E000060CE /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
84F22BCC1B52DC2E000060CE /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84F22BF01B52DC48000060CE /* VSTheme.m in Sources */,
|
|
84F22BF21B52DC48000060CE /* VSThemeLoader.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
84F22BD71B52DC2E000060CE /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84F22BE11B52DC2E000060CE /* DB5Tests.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
84F22BDE1B52DC2E000060CE /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 84F22BD01B52DC2E000060CE /* DB5 */;
|
|
targetProxy = 84F22BDD1B52DC2E000060CE /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
84F22BE31B52DC2E000060CE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D511EEF720242E3E00712EC3 /* DB5_project_debug.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
84F22BE41B52DC2E000060CE /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D511EEFB20242E3E00712EC3 /* DB5_project_release.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
84F22BE61B52DC2E000060CE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D511EEFA20242E3E00712EC3 /* DB5_target.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
84F22BE71B52DC2E000060CE /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D511EEFA20242E3E00712EC3 /* DB5_target.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
84F22BE91B52DC2E000060CE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D511EEF820242E3E00712EC3 /* DB5Tests_target.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
84F22BEA1B52DC2E000060CE /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D511EEF820242E3E00712EC3 /* DB5Tests_target.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
84F22BCB1B52DC2E000060CE /* Build configuration list for PBXProject "DB5" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
84F22BE31B52DC2E000060CE /* Debug */,
|
|
84F22BE41B52DC2E000060CE /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
84F22BE51B52DC2E000060CE /* Build configuration list for PBXNativeTarget "DB5" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
84F22BE61B52DC2E000060CE /* Debug */,
|
|
84F22BE71B52DC2E000060CE /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
84F22BE81B52DC2E000060CE /* Build configuration list for PBXNativeTarget "DB5Tests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
84F22BE91B52DC2E000060CE /* Debug */,
|
|
84F22BEA1B52DC2E000060CE /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 84F22BC81B52DC2E000060CE /* Project object */;
|
|
}
|