Cog/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj
Christopher Snowhill aa36e3ce10 Completely overhaul code signing practices
Redesign the code signing from the ground up. Now all bundles and their
embedded frameworks import the Shared.xcconfig file and enable its
settings, so they may be signed with Apple Development instead of sign
to run locally. This apparently isn't necessary for frameworks which are
embedded in the main app bundle directly, only for the bundles and their
frameworks.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 22:42:33 -07:00

428 lines
18 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
8359009417FEF5A60060F3ED /* File_Extractor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8359FF7017FEF3A00060F3ED /* File_Extractor.framework */; };
8359009917FEF6490060F3ED /* ArchiveSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 8359009817FEF6490060F3ED /* ArchiveSource.m */; };
8359009C17FEFDA80060F3ED /* ArchiveContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8359009B17FEFDA80060F3ED /* ArchiveContainer.m */; };
8359FF1B17FEF35C0060F3ED /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8359FF1A17FEF35C0060F3ED /* Cocoa.framework */; };
8359FF2517FEF35C0060F3ED /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8359FF2317FEF35C0060F3ED /* InfoPlist.strings */; };
83747C652862DDA00021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C632862DDA00021245F /* Shared.xcconfig */; };
83747C662862DDA00021245F /* DEVELOPMENT_TEAM.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C642862DDA00021245F /* DEVELOPMENT_TEAM.xcconfig */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
8359009217FEF59F0060F3ED /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 8359FF3B17FEF39F0060F3ED;
remoteInfo = File_Extractor;
};
8359FF6F17FEF3A00060F3ED /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8359FF3C17FEF39F0060F3ED;
remoteInfo = File_Extractor;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
8307D31A286070EA000FF8EB /* SandboxBroker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SandboxBroker.h; path = ../../../Utils/SandboxBroker.h; sourceTree = "<group>"; };
8359009717FEF6490060F3ED /* ArchiveSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArchiveSource.h; sourceTree = "<group>"; };
8359009817FEF6490060F3ED /* ArchiveSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ArchiveSource.m; sourceTree = "<group>"; };
8359009A17FEFDA80060F3ED /* ArchiveContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArchiveContainer.h; sourceTree = "<group>"; };
8359009B17FEFDA80060F3ED /* ArchiveContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ArchiveContainer.m; sourceTree = "<group>"; };
835900A017FF079C0060F3ED /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
8359FF1717FEF35C0060F3ED /* ArchiveSource.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ArchiveSource.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8359FF1A17FEF35C0060F3ED /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
8359FF1D17FEF35C0060F3ED /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
8359FF1E17FEF35C0060F3ED /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
8359FF1F17FEF35C0060F3ED /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
8359FF2217FEF35C0060F3ED /* ArchiveSource-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ArchiveSource-Info.plist"; sourceTree = "<group>"; };
8359FF2417FEF35C0060F3ED /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8359FF2617FEF35C0060F3ED /* ArchiveSource-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ArchiveSource-Prefix.pch"; sourceTree = "<group>"; };
8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = File_Extractor.xcodeproj; path = ../../Frameworks/File_Extractor/File_Extractor.xcodeproj; sourceTree = "<group>"; };
83747C632862DDA00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83747C642862DDA00021245F /* DEVELOPMENT_TEAM.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DEVELOPMENT_TEAM.xcconfig; sourceTree = "<group>"; };
8384913518081BA000E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
8359FF1417FEF35C0060F3ED /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8359009417FEF5A60060F3ED /* File_Extractor.framework in Frameworks */,
8359FF1B17FEF35C0060F3ED /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
8359FF0E17FEF35C0060F3ED = {
isa = PBXGroup;
children = (
83747C622862DDA00021245F /* Xcode-config */,
8359FF2017FEF35C0060F3ED /* ArchiveSource */,
8359FF1817FEF35C0060F3ED /* Products */,
);
sourceTree = "<group>";
};
8359FF1817FEF35C0060F3ED /* Products */ = {
isa = PBXGroup;
children = (
8359FF1717FEF35C0060F3ED /* ArchiveSource.bundle */,
);
name = Products;
sourceTree = "<group>";
};
8359FF1917FEF35C0060F3ED /* Frameworks */ = {
isa = PBXGroup;
children = (
8359FF1A17FEF35C0060F3ED /* Cocoa.framework */,
8359FF1C17FEF35C0060F3ED /* Other Frameworks */,
8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */,
);
name = Frameworks;
path = ..;
sourceTree = "<group>";
};
8359FF1C17FEF35C0060F3ED /* Other Frameworks */ = {
isa = PBXGroup;
children = (
8359FF1D17FEF35C0060F3ED /* Foundation.framework */,
8359FF1E17FEF35C0060F3ED /* CoreData.framework */,
8359FF1F17FEF35C0060F3ED /* AppKit.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
8359FF2017FEF35C0060F3ED /* ArchiveSource */ = {
isa = PBXGroup;
children = (
8307D31A286070EA000FF8EB /* SandboxBroker.h */,
8384913518081BA000E7332D /* Logging.h */,
835900A017FF079C0060F3ED /* Plugin.h */,
8359009A17FEFDA80060F3ED /* ArchiveContainer.h */,
8359009B17FEFDA80060F3ED /* ArchiveContainer.m */,
8359009717FEF6490060F3ED /* ArchiveSource.h */,
8359FF1917FEF35C0060F3ED /* Frameworks */,
8359009817FEF6490060F3ED /* ArchiveSource.m */,
8359FF2117FEF35C0060F3ED /* Supporting Files */,
);
path = ArchiveSource;
sourceTree = "<group>";
};
8359FF2117FEF35C0060F3ED /* Supporting Files */ = {
isa = PBXGroup;
children = (
8359FF2217FEF35C0060F3ED /* ArchiveSource-Info.plist */,
8359FF2317FEF35C0060F3ED /* InfoPlist.strings */,
8359FF2617FEF35C0060F3ED /* ArchiveSource-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
8359FF6B17FEF39F0060F3ED /* Products */ = {
isa = PBXGroup;
children = (
8359FF7017FEF3A00060F3ED /* File_Extractor.framework */,
);
name = Products;
sourceTree = "<group>";
};
83747C622862DDA00021245F /* Xcode-config */ = {
isa = PBXGroup;
children = (
83747C632862DDA00021245F /* Shared.xcconfig */,
83747C642862DDA00021245F /* DEVELOPMENT_TEAM.xcconfig */,
);
name = "Xcode-config";
path = "../../Xcode-config";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
8359FF1617FEF35C0060F3ED /* ArchiveSource */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8359FF2917FEF35C0060F3ED /* Build configuration list for PBXNativeTarget "ArchiveSource" */;
buildPhases = (
8359FF1317FEF35C0060F3ED /* Sources */,
8359FF1417FEF35C0060F3ED /* Frameworks */,
8359FF1517FEF35C0060F3ED /* Resources */,
);
buildRules = (
);
dependencies = (
8359009317FEF59F0060F3ED /* PBXTargetDependency */,
);
name = ArchiveSource;
productName = ArchiveSource;
productReference = 8359FF1717FEF35C0060F3ED /* ArchiveSource.bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
8359FF0F17FEF35C0060F3ED /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1400;
ORGANIZATIONNAME = "Christopher Snowhill";
TargetAttributes = {
8359FF1617FEF35C0060F3ED = {
ProvisioningStyle = Manual;
};
};
};
buildConfigurationList = 8359FF1217FEF35C0060F3ED /* Build configuration list for PBXProject "ArchiveSource" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
es,
Base,
);
mainGroup = 8359FF0E17FEF35C0060F3ED;
productRefGroup = 8359FF1817FEF35C0060F3ED /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 8359FF6B17FEF39F0060F3ED /* Products */;
ProjectRef = 8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */;
},
);
projectRoot = "";
targets = (
8359FF1617FEF35C0060F3ED /* ArchiveSource */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
8359FF7017FEF3A00060F3ED /* File_Extractor.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = File_Extractor.framework;
remoteRef = 8359FF6F17FEF3A00060F3ED /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
8359FF1517FEF35C0060F3ED /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
83747C662862DDA00021245F /* DEVELOPMENT_TEAM.xcconfig in Resources */,
8359FF2517FEF35C0060F3ED /* InfoPlist.strings in Resources */,
83747C652862DDA00021245F /* Shared.xcconfig in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
8359FF1317FEF35C0060F3ED /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8359009C17FEFDA80060F3ED /* ArchiveContainer.m in Sources */,
8359009917FEF6490060F3ED /* ArchiveSource.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
8359009317FEF59F0060F3ED /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = File_Extractor;
targetProxy = 8359009217FEF59F0060F3ED /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
8359FF2317FEF35C0060F3ED /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
8359FF2417FEF35C0060F3ED /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
8359FF2717FEF35C0060F3ED /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 83747C632862DDA00021245F /* Shared.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.12;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
8359FF2817FEF35C0060F3ED /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 83747C632862DDA00021245F /* Shared.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.12;
SDKROOT = macosx;
};
name = Release;
};
8359FF2A17FEF35C0060F3ED /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ArchiveSource/ArchiveSource-Prefix.pch";
INFOPLIST_FILE = "ArchiveSource/ArchiveSource-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_BUNDLE_IDENTIFIER = net.kode54.archivesource;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
8359FF2B17FEF35C0060F3ED /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ArchiveSource/ArchiveSource-Prefix.pch";
INFOPLIST_FILE = "ArchiveSource/ArchiveSource-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_BUNDLE_IDENTIFIER = net.kode54.archivesource;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
8359FF1217FEF35C0060F3ED /* Build configuration list for PBXProject "ArchiveSource" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8359FF2717FEF35C0060F3ED /* Debug */,
8359FF2817FEF35C0060F3ED /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8359FF2917FEF35C0060F3ED /* Build configuration list for PBXNativeTarget "ArchiveSource" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8359FF2A17FEF35C0060F3ED /* Debug */,
8359FF2B17FEF35C0060F3ED /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 8359FF0F17FEF35C0060F3ED /* Project object */;
}