SDWebImageWebPCoder/Example/SDWebImageWebPCoderExample..../project.pbxproj

618 lines
29 KiB
Plaintext
Raw Permalink Normal View History

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objects = {
/* Begin PBXBuildFile section */
329D55BC2AFB8A1A008B4DA3 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 329D55BB2AFB8A1A008B4DA3 /* AppDelegate.m */; };
329D55BF2AFB8A1A008B4DA3 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 329D55BE2AFB8A1A008B4DA3 /* ViewController.m */; };
329D55C12AFB8A1B008B4DA3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 329D55C02AFB8A1B008B4DA3 /* Assets.xcassets */; };
329D55C42AFB8A1B008B4DA3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 329D55C22AFB8A1B008B4DA3 /* Main.storyboard */; };
329D55C62AFB8A1B008B4DA3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 329D55C52AFB8A1B008B4DA3 /* main.m */; };
329D55E12AFB8C39008B4DA3 /* examples in Resources */ = {isa = PBXBuildFile; fileRef = 329D55E02AFB8C39008B4DA3 /* examples */; };
585CD3CC13BDF493A4B3E7F9 /* Pods_SDWebImageWebPCoderExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4247F756BA5BBDD6FFE3E26 /* Pods_SDWebImageWebPCoderExample.framework */; };
803D79D3213597CB00C815FC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 803D79D2213597CB00C815FC /* AppDelegate.m */; };
803D79D6213597CB00C815FC /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 803D79D5213597CB00C815FC /* ViewController.m */; };
803D79D9213597CB00C815FC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 803D79D7213597CB00C815FC /* Main.storyboard */; };
803D79DB213597CC00C815FC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 803D79DA213597CC00C815FC /* Assets.xcassets */; };
803D79DE213597CC00C815FC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 803D79DC213597CC00C815FC /* LaunchScreen.storyboard */; };
803D79E1213597CC00C815FC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 803D79E0213597CC00C815FC /* main.m */; };
DA63FD8C56CDA7D45B011E39 /* Pods_SDWebImageWebPCoderExample_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4038A28BEB6E86807E9286D7 /* Pods_SDWebImageWebPCoderExample_macOS.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
21B3CA4F30EA7284BBF9F6DC /* Pods-SDWebImageWebPCoderExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageWebPCoderExample.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-SDWebImageWebPCoderExample/Pods-SDWebImageWebPCoderExample.debug.xcconfig"; sourceTree = "<group>"; };
329D55B82AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SDWebImageWebPCoderExample-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
329D55BA2AFB8A1A008B4DA3 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
329D55BB2AFB8A1A008B4DA3 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
329D55BD2AFB8A1A008B4DA3 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
329D55BE2AFB8A1A008B4DA3 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
329D55C02AFB8A1B008B4DA3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
329D55C32AFB8A1B008B4DA3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
329D55C52AFB8A1B008B4DA3 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
329D55C72AFB8A1B008B4DA3 /* SDWebImageWebPCoderExample_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SDWebImageWebPCoderExample_macOS.entitlements; sourceTree = "<group>"; };
329D55E02AFB8C39008B4DA3 /* examples */ = {isa = PBXFileReference; lastKnownFileType = folder; path = examples; sourceTree = "<group>"; };
329D55E22AFB916E008B4DA3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
4038A28BEB6E86807E9286D7 /* Pods_SDWebImageWebPCoderExample_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageWebPCoderExample_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
803D79CE213597CB00C815FC /* SDWebImageWebPCoderExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDWebImageWebPCoderExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
803D79D1213597CB00C815FC /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
803D79D2213597CB00C815FC /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
803D79D4213597CB00C815FC /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
803D79D5213597CB00C815FC /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
803D79D8213597CB00C815FC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
803D79DA213597CC00C815FC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
803D79DD213597CC00C815FC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
803D79DF213597CC00C815FC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
803D79E0213597CC00C815FC /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
A4247F756BA5BBDD6FFE3E26 /* Pods_SDWebImageWebPCoderExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageWebPCoderExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
ABF474EBA40C51CBDE1C9406 /* Pods-SDWebImageWebPCoderExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageWebPCoderExample.release.xcconfig"; path = "../Pods/Target Support Files/Pods-SDWebImageWebPCoderExample/Pods-SDWebImageWebPCoderExample.release.xcconfig"; sourceTree = "<group>"; };
BE667A9A439017F7E3D6FC72 /* Pods-SDWebImageWebPCoderExample-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageWebPCoderExample-macOS.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-SDWebImageWebPCoderExample-macOS/Pods-SDWebImageWebPCoderExample-macOS.debug.xcconfig"; sourceTree = "<group>"; };
E22B40FA15DB5E89A06D9EC9 /* Pods-SDWebImageWebPCoderExample-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageWebPCoderExample-macOS.release.xcconfig"; path = "../Pods/Target Support Files/Pods-SDWebImageWebPCoderExample-macOS/Pods-SDWebImageWebPCoderExample-macOS.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
329D55B52AFB8A1A008B4DA3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DA63FD8C56CDA7D45B011E39 /* Pods_SDWebImageWebPCoderExample_macOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
803D79CB213597CB00C815FC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
585CD3CC13BDF493A4B3E7F9 /* Pods_SDWebImageWebPCoderExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
329D55B92AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS */ = {
isa = PBXGroup;
children = (
329D55E22AFB916E008B4DA3 /* Info.plist */,
329D55E02AFB8C39008B4DA3 /* examples */,
329D55BA2AFB8A1A008B4DA3 /* AppDelegate.h */,
329D55BB2AFB8A1A008B4DA3 /* AppDelegate.m */,
329D55BD2AFB8A1A008B4DA3 /* ViewController.h */,
329D55BE2AFB8A1A008B4DA3 /* ViewController.m */,
329D55C02AFB8A1B008B4DA3 /* Assets.xcassets */,
329D55C22AFB8A1B008B4DA3 /* Main.storyboard */,
329D55C52AFB8A1B008B4DA3 /* main.m */,
329D55C72AFB8A1B008B4DA3 /* SDWebImageWebPCoderExample_macOS.entitlements */,
);
path = "SDWebImageWebPCoderExample-macOS";
sourceTree = "<group>";
};
803D79C5213597CB00C815FC = {
isa = PBXGroup;
children = (
803D79D0213597CB00C815FC /* SDWebImageWebPCoderExample */,
329D55B92AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS */,
803D79CF213597CB00C815FC /* Products */,
C0C41A6E6F29721F39674168 /* Pods */,
9D40D31457F0F448A95CD920 /* Frameworks */,
);
sourceTree = "<group>";
};
803D79CF213597CB00C815FC /* Products */ = {
isa = PBXGroup;
children = (
803D79CE213597CB00C815FC /* SDWebImageWebPCoderExample.app */,
329D55B82AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS.app */,
);
name = Products;
sourceTree = "<group>";
};
803D79D0213597CB00C815FC /* SDWebImageWebPCoderExample */ = {
isa = PBXGroup;
children = (
803D79D1213597CB00C815FC /* AppDelegate.h */,
803D79D2213597CB00C815FC /* AppDelegate.m */,
803D79D4213597CB00C815FC /* ViewController.h */,
803D79D5213597CB00C815FC /* ViewController.m */,
803D79D7213597CB00C815FC /* Main.storyboard */,
803D79DA213597CC00C815FC /* Assets.xcassets */,
803D79DC213597CC00C815FC /* LaunchScreen.storyboard */,
803D79DF213597CC00C815FC /* Info.plist */,
803D79E0213597CC00C815FC /* main.m */,
);
path = SDWebImageWebPCoderExample;
sourceTree = "<group>";
};
9D40D31457F0F448A95CD920 /* Frameworks */ = {
isa = PBXGroup;
children = (
A4247F756BA5BBDD6FFE3E26 /* Pods_SDWebImageWebPCoderExample.framework */,
4038A28BEB6E86807E9286D7 /* Pods_SDWebImageWebPCoderExample_macOS.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
C0C41A6E6F29721F39674168 /* Pods */ = {
isa = PBXGroup;
children = (
21B3CA4F30EA7284BBF9F6DC /* Pods-SDWebImageWebPCoderExample.debug.xcconfig */,
ABF474EBA40C51CBDE1C9406 /* Pods-SDWebImageWebPCoderExample.release.xcconfig */,
BE667A9A439017F7E3D6FC72 /* Pods-SDWebImageWebPCoderExample-macOS.debug.xcconfig */,
E22B40FA15DB5E89A06D9EC9 /* Pods-SDWebImageWebPCoderExample-macOS.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
329D55B72AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 329D55CA2AFB8A1B008B4DA3 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoderExample-macOS" */;
buildPhases = (
B4AC52A16BD9D4413172C250 /* [CP] Check Pods Manifest.lock */,
329D55B42AFB8A1A008B4DA3 /* Sources */,
329D55B52AFB8A1A008B4DA3 /* Frameworks */,
329D55B62AFB8A1A008B4DA3 /* Resources */,
9FC75EC3014A9EF98D5C0C41 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "SDWebImageWebPCoderExample-macOS";
productName = "SDWebImageWebPCoderExample-macOS";
productReference = 329D55B82AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS.app */;
productType = "com.apple.product-type.application";
};
803D79CD213597CB00C815FC /* SDWebImageWebPCoderExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 803D79E4213597CC00C815FC /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoderExample" */;
buildPhases = (
7538B6270A033D5852EBA45C /* [CP] Check Pods Manifest.lock */,
803D79CA213597CB00C815FC /* Sources */,
803D79CB213597CB00C815FC /* Frameworks */,
803D79CC213597CB00C815FC /* Resources */,
C262BFE4C3C591FCB7143F4B /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = SDWebImageWebPCoderExample;
productName = SDImageWebPCoderExample;
productReference = 803D79CE213597CB00C815FC /* SDWebImageWebPCoderExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
803D79C6213597CB00C815FC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0940;
ORGANIZATIONNAME = SDWebImage;
TargetAttributes = {
329D55B72AFB8A1A008B4DA3 = {
CreatedOnToolsVersion = 14.3.1;
};
803D79CD213597CB00C815FC = {
CreatedOnToolsVersion = 9.4.1;
};
};
};
buildConfigurationList = 803D79C9213597CB00C815FC /* Build configuration list for PBXProject "SDWebImageWebPCoderExample" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 803D79C5213597CB00C815FC;
productRefGroup = 803D79CF213597CB00C815FC /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
803D79CD213597CB00C815FC /* SDWebImageWebPCoderExample */,
329D55B72AFB8A1A008B4DA3 /* SDWebImageWebPCoderExample-macOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
329D55B62AFB8A1A008B4DA3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
329D55E12AFB8C39008B4DA3 /* examples in Resources */,
329D55C12AFB8A1B008B4DA3 /* Assets.xcassets in Resources */,
329D55C42AFB8A1B008B4DA3 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
803D79CC213597CB00C815FC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
803D79DE213597CC00C815FC /* LaunchScreen.storyboard in Resources */,
803D79DB213597CC00C815FC /* Assets.xcassets in Resources */,
803D79D9213597CB00C815FC /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
7538B6270A033D5852EBA45C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-SDWebImageWebPCoderExample-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
9FC75EC3014A9EF98D5C0C41 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SDWebImageWebPCoderExample-macOS/Pods-SDWebImageWebPCoderExample-macOS-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SDWebImageWebPCoderExample-macOS/Pods-SDWebImageWebPCoderExample-macOS-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDWebImageWebPCoderExample-macOS/Pods-SDWebImageWebPCoderExample-macOS-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
B4AC52A16BD9D4413172C250 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-SDWebImageWebPCoderExample-macOS-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
C262BFE4C3C591FCB7143F4B /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SDWebImageWebPCoderExample/Pods-SDWebImageWebPCoderExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SDWebImageWebPCoderExample/Pods-SDWebImageWebPCoderExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDWebImageWebPCoderExample/Pods-SDWebImageWebPCoderExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
329D55B42AFB8A1A008B4DA3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
329D55BF2AFB8A1A008B4DA3 /* ViewController.m in Sources */,
329D55C62AFB8A1B008B4DA3 /* main.m in Sources */,
329D55BC2AFB8A1A008B4DA3 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
803D79CA213597CB00C815FC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
803D79D6213597CB00C815FC /* ViewController.m in Sources */,
803D79E1213597CC00C815FC /* main.m in Sources */,
803D79D3213597CB00C815FC /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
329D55C22AFB8A1B008B4DA3 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
329D55C32AFB8A1B008B4DA3 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
803D79D7213597CB00C815FC /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
803D79D8213597CB00C815FC /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
803D79DC213597CC00C815FC /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
803D79DD213597CC00C815FC /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
329D55C82AFB8A1B008B4DA3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BE667A9A439017F7E3D6FC72 /* Pods-SDWebImageWebPCoderExample-macOS.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_ENTITLEMENTS = "SDWebImageWebPCoderExample-macOS/SDWebImageWebPCoderExample_macOS.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SDWebImageWebPCoderExample-macOS/Info.plist";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 SDWebImage. All rights reserved.";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
2023-11-08 20:51:08 +08:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.SDWebImageWebPCoderExample-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
};
name = Debug;
};
329D55C92AFB8A1B008B4DA3 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E22B40FA15DB5E89A06D9EC9 /* Pods-SDWebImageWebPCoderExample-macOS.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_ENTITLEMENTS = "SDWebImageWebPCoderExample-macOS/SDWebImageWebPCoderExample_macOS.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SDWebImageWebPCoderExample-macOS/Info.plist";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 SDWebImage. All rights reserved.";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
2023-11-08 20:51:08 +08:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.SDWebImageWebPCoderExample-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
};
name = Release;
};
803D79E2213597CC00C815FC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = 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_DOCUMENTATION_COMMENTS = YES;
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_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
803D79E3213597CC00C815FC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = 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_DOCUMENTATION_COMMENTS = YES;
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_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
803D79E5213597CC00C815FC /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 21B3CA4F30EA7284BBF9F6DC /* Pods-SDWebImageWebPCoderExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = SDWebImageWebPCoderExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.SDWebImage.SDWebImageWebPCoderExample;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
803D79E6213597CC00C815FC /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = ABF474EBA40C51CBDE1C9406 /* Pods-SDWebImageWebPCoderExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = SDWebImageWebPCoderExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.SDWebImage.SDWebImageWebPCoderExample;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
329D55CA2AFB8A1B008B4DA3 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoderExample-macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
329D55C82AFB8A1B008B4DA3 /* Debug */,
329D55C92AFB8A1B008B4DA3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
803D79C9213597CB00C815FC /* Build configuration list for PBXProject "SDWebImageWebPCoderExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
803D79E2213597CC00C815FC /* Debug */,
803D79E3213597CC00C815FC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
803D79E4213597CC00C815FC /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoderExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
803D79E5213597CC00C815FC /* Debug */,
803D79E6213597CC00C815FC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 803D79C6213597CB00C815FC /* Project object */;
}