428 lines
19 KiB
Plaintext
428 lines
19 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
03EA4D4FE776801D91010B70 /* libPods-SearchResultsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E88844D94EF5FBBF524F4606 /* libPods-SearchResultsExample.a */; };
|
|
DC3370831E207F6E008D709F /* names.json in Resources */ = {isa = PBXBuildFile; fileRef = DC3370801E207F6E008D709F /* names.json */; };
|
|
DC3370841E207F6E008D709F /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = DC3370821E207F6E008D709F /* Person.m */; };
|
|
DC33708B1E207FC2008D709F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DC3370891E207FC2008D709F /* LaunchScreen.storyboard */; };
|
|
DC882B491926C445004C3166 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC882B481926C445004C3166 /* Foundation.framework */; };
|
|
DC882B4B1926C445004C3166 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC882B4A1926C445004C3166 /* CoreGraphics.framework */; };
|
|
DC882B4D1926C445004C3166 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC882B4C1926C445004C3166 /* UIKit.framework */; };
|
|
DC882B551926C445004C3166 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC882B541926C445004C3166 /* main.m */; };
|
|
DC882B591926C445004C3166 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC882B581926C445004C3166 /* AppDelegate.m */; };
|
|
DC882B5C1926C445004C3166 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DC882B5A1926C445004C3166 /* Main.storyboard */; };
|
|
DC882B5F1926C445004C3166 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DC882B5E1926C445004C3166 /* ViewController.m */; };
|
|
DC882C5A1926C538004C3166 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC882C591926C538004C3166 /* libsqlite3.dylib */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
5D1516F339A9BCE4A515A004 /* Pods-SearchResultsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SearchResultsExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-SearchResultsExample/Pods-SearchResultsExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
DC3370801E207F6E008D709F /* names.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = names.json; sourceTree = "<group>"; };
|
|
DC3370811E207F6E008D709F /* Person.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Person.h; sourceTree = "<group>"; };
|
|
DC3370821E207F6E008D709F /* Person.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Person.m; sourceTree = "<group>"; };
|
|
DC3370871E207FA5008D709F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
DC33708A1E207FC2008D709F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
DC882B451926C445004C3166 /* SearchResultsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SearchResultsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DC882B481926C445004C3166 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
DC882B4A1926C445004C3166 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
DC882B4C1926C445004C3166 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
DC882B541926C445004C3166 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
DC882B571926C445004C3166 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
DC882B581926C445004C3166 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
DC882B5B1926C445004C3166 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
DC882B5D1926C445004C3166 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
DC882B5E1926C445004C3166 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
DC882B671926C445004C3166 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
DC882C591926C538004C3166 /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
|
E07AD0291EC0B428D79302AE /* Pods-SearchResultsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SearchResultsExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SearchResultsExample/Pods-SearchResultsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
E88844D94EF5FBBF524F4606 /* libPods-SearchResultsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SearchResultsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
DC882B421926C445004C3166 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DC882C5A1926C538004C3166 /* libsqlite3.dylib in Frameworks */,
|
|
DC882B4B1926C445004C3166 /* CoreGraphics.framework in Frameworks */,
|
|
DC882B4D1926C445004C3166 /* UIKit.framework in Frameworks */,
|
|
DC882B491926C445004C3166 /* Foundation.framework in Frameworks */,
|
|
03EA4D4FE776801D91010B70 /* libPods-SearchResultsExample.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
DC33707F1E207F6E008D709F /* Sample Data */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC3370801E207F6E008D709F /* names.json */,
|
|
DC3370811E207F6E008D709F /* Person.h */,
|
|
DC3370821E207F6E008D709F /* Person.m */,
|
|
);
|
|
name = "Sample Data";
|
|
path = "../Sample Data";
|
|
sourceTree = "<group>";
|
|
};
|
|
DC882B3C1926C445004C3166 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC33707F1E207F6E008D709F /* Sample Data */,
|
|
DC882B4E1926C445004C3166 /* SearchResultsExample */,
|
|
DC882B471926C445004C3166 /* Frameworks */,
|
|
DC882B461926C445004C3166 /* Products */,
|
|
F2C8DD4B76777D96EB63DA0C /* Pods */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
DC882B461926C445004C3166 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC882B451926C445004C3166 /* SearchResultsExample.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC882B471926C445004C3166 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC882C591926C538004C3166 /* libsqlite3.dylib */,
|
|
DC882B481926C445004C3166 /* Foundation.framework */,
|
|
DC882B4A1926C445004C3166 /* CoreGraphics.framework */,
|
|
DC882B4C1926C445004C3166 /* UIKit.framework */,
|
|
DC882B671926C445004C3166 /* XCTest.framework */,
|
|
E88844D94EF5FBBF524F4606 /* libPods-SearchResultsExample.a */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC882B4E1926C445004C3166 /* SearchResultsExample */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC882B571926C445004C3166 /* AppDelegate.h */,
|
|
DC882B581926C445004C3166 /* AppDelegate.m */,
|
|
DC3370891E207FC2008D709F /* LaunchScreen.storyboard */,
|
|
DC882B5A1926C445004C3166 /* Main.storyboard */,
|
|
DC882B5D1926C445004C3166 /* ViewController.h */,
|
|
DC882B5E1926C445004C3166 /* ViewController.m */,
|
|
DC882B4F1926C445004C3166 /* Supporting Files */,
|
|
);
|
|
path = SearchResultsExample;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC882B4F1926C445004C3166 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC3370871E207FA5008D709F /* Info.plist */,
|
|
DC882B541926C445004C3166 /* main.m */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
F2C8DD4B76777D96EB63DA0C /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E07AD0291EC0B428D79302AE /* Pods-SearchResultsExample.debug.xcconfig */,
|
|
5D1516F339A9BCE4A515A004 /* Pods-SearchResultsExample.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
DC882B441926C445004C3166 /* SearchResultsExample */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = DC882B771926C446004C3166 /* Build configuration list for PBXNativeTarget "SearchResultsExample" */;
|
|
buildPhases = (
|
|
9A55B880BE769937B74E3D75 /* [CP] Check Pods Manifest.lock */,
|
|
DC882B411926C445004C3166 /* Sources */,
|
|
DC882B421926C445004C3166 /* Frameworks */,
|
|
DC882B431926C445004C3166 /* Resources */,
|
|
ADA345E611F78E0D7DD8D74B /* [CP] Embed Pods Frameworks */,
|
|
37FC0087C71EC15DB8DE05A3 /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SearchResultsExample;
|
|
productName = SearchResultsExample;
|
|
productReference = DC882B451926C445004C3166 /* SearchResultsExample.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
DC882B3D1926C445004C3166 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0820;
|
|
ORGANIZATIONNAME = "Robbie Hanson";
|
|
TargetAttributes = {
|
|
DC882B441926C445004C3166 = {
|
|
DevelopmentTeam = T7839KRU5H;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = DC882B401926C445004C3166 /* Build configuration list for PBXProject "SearchResultsExample" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = DC882B3C1926C445004C3166;
|
|
productRefGroup = DC882B461926C445004C3166 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
DC882B441926C445004C3166 /* SearchResultsExample */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
DC882B431926C445004C3166 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DC3370831E207F6E008D709F /* names.json in Resources */,
|
|
DC882B5C1926C445004C3166 /* Main.storyboard in Resources */,
|
|
DC33708B1E207FC2008D709F /* LaunchScreen.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
37FC0087C71EC15DB8DE05A3 /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SearchResultsExample/Pods-SearchResultsExample-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
9A55B880BE769937B74E3D75 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_ROOT}/../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";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
ADA345E611F78E0D7DD8D74B /* [CP] Embed Pods Frameworks */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "[CP] Embed Pods Frameworks";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SearchResultsExample/Pods-SearchResultsExample-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
DC882B411926C445004C3166 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DC882B5F1926C445004C3166 /* ViewController.m in Sources */,
|
|
DC882B591926C445004C3166 /* AppDelegate.m in Sources */,
|
|
DC3370841E207F6E008D709F /* Person.m in Sources */,
|
|
DC882B551926C445004C3166 /* main.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
DC3370891E207FC2008D709F /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
DC33708A1E207FC2008D709F /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC882B5A1926C445004C3166 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
DC882B5B1926C445004C3166 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
DC882B751926C446004C3166 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
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_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
DC882B761926C446004C3166 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
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 = 8.0;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
DC882B781926C446004C3166 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = E07AD0291EC0B428D79302AE /* Pods-SearchResultsExample.debug.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
INFOPLIST_FILE = SearchResultsExample/Info.plist;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.deusty.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE = "";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
DC882B791926C446004C3166 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 5D1516F339A9BCE4A515A004 /* Pods-SearchResultsExample.release.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
INFOPLIST_FILE = SearchResultsExample/Info.plist;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.deusty.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE = "";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
DC882B401926C445004C3166 /* Build configuration list for PBXProject "SearchResultsExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DC882B751926C446004C3166 /* Debug */,
|
|
DC882B761926C446004C3166 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
DC882B771926C446004C3166 /* Build configuration list for PBXNativeTarget "SearchResultsExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DC882B781926C446004C3166 /* Debug */,
|
|
DC882B791926C446004C3166 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = DC882B3D1926C445004C3166 /* Project object */;
|
|
}
|