1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
silica-viewer/Dependencies/PSDWriter/PSDWriter-iOS.xcodeproj/project.pbxproj
Joshua Goins ee81008930 Add experimental PSD exporting
Not everything is working yet, this requires
more PSDWriter modifications.
2022-02-28 12:04:08 -04:00

276 lines
11 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
43066A6A150955FF003E5DD7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43066A69150955FF003E5DD7 /* Foundation.framework */; };
43066A8515095618003E5DD7 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43066A8415095618003E5DD7 /* CoreGraphics.framework */; };
43DDBFF716B63DD500255386 /* NSDataPSDAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DDBFF116B63DD500255386 /* NSDataPSDAdditions.h */; };
43DDBFF816B63DD500255386 /* NSDataPSDAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 43DDBFF216B63DD500255386 /* NSDataPSDAdditions.m */; };
43DDBFF916B63DD500255386 /* PSDLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DDBFF316B63DD500255386 /* PSDLayer.h */; };
43DDBFFA16B63DD500255386 /* PSDLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 43DDBFF416B63DD500255386 /* PSDLayer.m */; };
43DDBFFB16B63DD500255386 /* PSDWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DDBFF516B63DD500255386 /* PSDWriter.h */; };
43DDBFFC16B63DD500255386 /* PSDWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 43DDBFF616B63DD500255386 /* PSDWriter.m */; };
43DDBFFE16B63DF900255386 /* PSDWriter-Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 43DDBFFD16B63DF900255386 /* PSDWriter-Prefix.pch */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
43066A66150955FF003E5DD7 /* libPSDWriter-iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPSDWriter-iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
43066A69150955FF003E5DD7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
43066A8415095618003E5DD7 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
43DDBFF116B63DD500255386 /* NSDataPSDAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSDataPSDAdditions.h; path = Shared/NSDataPSDAdditions.h; sourceTree = SOURCE_ROOT; };
43DDBFF216B63DD500255386 /* NSDataPSDAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSDataPSDAdditions.m; path = Shared/NSDataPSDAdditions.m; sourceTree = SOURCE_ROOT; };
43DDBFF316B63DD500255386 /* PSDLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PSDLayer.h; path = Shared/PSDLayer.h; sourceTree = SOURCE_ROOT; };
43DDBFF416B63DD500255386 /* PSDLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PSDLayer.m; path = Shared/PSDLayer.m; sourceTree = SOURCE_ROOT; };
43DDBFF516B63DD500255386 /* PSDWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PSDWriter.h; path = Shared/PSDWriter.h; sourceTree = SOURCE_ROOT; };
43DDBFF616B63DD500255386 /* PSDWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PSDWriter.m; path = Shared/PSDWriter.m; sourceTree = SOURCE_ROOT; };
43DDBFFD16B63DF900255386 /* PSDWriter-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "PSDWriter-Prefix.pch"; path = "Shared/PSDWriter-Prefix.pch"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
43066A63150955FF003E5DD7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
43066A8515095618003E5DD7 /* CoreGraphics.framework in Frameworks */,
43066A6A150955FF003E5DD7 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
43066A5B150955FF003E5DD7 = {
isa = PBXGroup;
children = (
43066A6B150955FF003E5DD7 /* PSDWriter-iOS */,
43066A68150955FF003E5DD7 /* Frameworks */,
43066A67150955FF003E5DD7 /* Products */,
);
sourceTree = "<group>";
};
43066A67150955FF003E5DD7 /* Products */ = {
isa = PBXGroup;
children = (
43066A66150955FF003E5DD7 /* libPSDWriter-iOS.a */,
);
name = Products;
sourceTree = "<group>";
};
43066A68150955FF003E5DD7 /* Frameworks */ = {
isa = PBXGroup;
children = (
43066A8415095618003E5DD7 /* CoreGraphics.framework */,
43066A69150955FF003E5DD7 /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
43066A6B150955FF003E5DD7 /* PSDWriter-iOS */ = {
isa = PBXGroup;
children = (
43066BA615096243003E5DD7 /* Classes */,
43066A6C150955FF003E5DD7 /* Supporting Files */,
);
path = "PSDWriter-iOS";
sourceTree = "<group>";
};
43066A6C150955FF003E5DD7 /* Supporting Files */ = {
isa = PBXGroup;
children = (
43DDBFFD16B63DF900255386 /* PSDWriter-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
43066BA615096243003E5DD7 /* Classes */ = {
isa = PBXGroup;
children = (
43DDBFF116B63DD500255386 /* NSDataPSDAdditions.h */,
43DDBFF216B63DD500255386 /* NSDataPSDAdditions.m */,
43DDBFF316B63DD500255386 /* PSDLayer.h */,
43DDBFF416B63DD500255386 /* PSDLayer.m */,
43DDBFF516B63DD500255386 /* PSDWriter.h */,
43DDBFF616B63DD500255386 /* PSDWriter.m */,
);
path = Classes;
sourceTree = SOURCE_ROOT;
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
43066A64150955FF003E5DD7 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
43DDBFF716B63DD500255386 /* NSDataPSDAdditions.h in Headers */,
43DDBFF916B63DD500255386 /* PSDLayer.h in Headers */,
43DDBFFB16B63DD500255386 /* PSDWriter.h in Headers */,
43DDBFFE16B63DF900255386 /* PSDWriter-Prefix.pch in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
43066A65150955FF003E5DD7 /* PSDWriter-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 43066A73150955FF003E5DD7 /* Build configuration list for PBXNativeTarget "PSDWriter-iOS" */;
buildPhases = (
43066A62150955FF003E5DD7 /* Sources */,
43066A63150955FF003E5DD7 /* Frameworks */,
43066A64150955FF003E5DD7 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = "PSDWriter-iOS";
productName = "PSDWriter-iOS";
productReference = 43066A66150955FF003E5DD7 /* libPSDWriter-iOS.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
43066A5D150955FF003E5DD7 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
};
buildConfigurationList = 43066A60150955FF003E5DD7 /* Build configuration list for PBXProject "PSDWriter-iOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 43066A5B150955FF003E5DD7;
productRefGroup = 43066A67150955FF003E5DD7 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
43066A65150955FF003E5DD7 /* PSDWriter-iOS */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
43066A62150955FF003E5DD7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43DDBFF816B63DD500255386 /* NSDataPSDAdditions.m in Sources */,
43DDBFFA16B63DD500255386 /* PSDLayer.m in Sources */,
43DDBFFC16B63DD500255386 /* PSDWriter.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
43066A71150955FF003E5DD7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
};
name = Debug;
};
43066A72150955FF003E5DD7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
43066A74150955FF003E5DD7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/PSDWriter_iOS.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Shared/PSDWriter-Prefix.pch";
LINK_WITH_STANDARD_LIBRARIES = YES;
MACH_O_TYPE = staticlib;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SEPARATE_STRIP = NO;
SKIP_INSTALL = YES;
STRIP_STYLE = "non-global";
};
name = Debug;
};
43066A75150955FF003E5DD7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/PSDWriter_iOS.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Shared/PSDWriter-Prefix.pch";
LINK_WITH_STANDARD_LIBRARIES = YES;
MACH_O_TYPE = staticlib;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SEPARATE_STRIP = NO;
SKIP_INSTALL = YES;
STRIP_STYLE = "non-global";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
43066A60150955FF003E5DD7 /* Build configuration list for PBXProject "PSDWriter-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43066A71150955FF003E5DD7 /* Debug */,
43066A72150955FF003E5DD7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
43066A73150955FF003E5DD7 /* Build configuration list for PBXNativeTarget "PSDWriter-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43066A74150955FF003E5DD7 /* Debug */,
43066A75150955FF003E5DD7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 43066A5D150955FF003E5DD7 /* Project object */;
}