/RentalManager/RentalManager.xcodeproj/project.pbxproj
http://github.com/rzuniga64/objectiveC · Unknown · 492 lines · 478 code · 14 blank · 0 comment · 0 complexity · f0f54480c0b538fba7ce837fed7dc9d7 MD5 · raw file
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- A24FE256153D3B1300BDC6B4 /* CTRentalProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = A24FE255153D3B1300BDC6B4 /* CTRentalProperty.m */; };
- A2BDBF4C1532B10200E9ABAA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2BDBF4B1532B10200E9ABAA /* UIKit.framework */; };
- A2BDBF4E1532B10200E9ABAA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2BDBF4D1532B10200E9ABAA /* Foundation.framework */; };
- A2BDBF501532B10200E9ABAA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2BDBF4F1532B10200E9ABAA /* CoreGraphics.framework */; };
- A2BDBF561532B10200E9ABAA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBF541532B10200E9ABAA /* InfoPlist.strings */; };
- A2BDBF581532B10200E9ABAA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BDBF571532B10200E9ABAA /* main.m */; };
- A2BDBF5C1532B10200E9ABAA /* RentalManagerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BDBF5B1532B10200E9ABAA /* RentalManagerAppDelegate.m */; };
- A2BDBF5F1532B10200E9ABAA /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBF5D1532B10200E9ABAA /* MainStoryboard.storyboard */; };
- A2BDBF621532B10200E9ABAA /* RentalManagerMasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BDBF611532B10200E9ABAA /* RentalManagerMasterViewController.m */; };
- A2BDBF651532B10200E9ABAA /* RentalManagerDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BDBF641532B10200E9ABAA /* RentalManagerDetailViewController.m */; };
- A2BDBF6D1532B10200E9ABAA /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2BDBF6C1532B10200E9ABAA /* SenTestingKit.framework */; };
- A2BDBF6E1532B10200E9ABAA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2BDBF4B1532B10200E9ABAA /* UIKit.framework */; };
- A2BDBF6F1532B10200E9ABAA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2BDBF4D1532B10200E9ABAA /* Foundation.framework */; };
- A2BDBF771532B10200E9ABAA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBF751532B10200E9ABAA /* InfoPlist.strings */; };
- A2BDBF7A1532B10200E9ABAA /* RentalManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BDBF791532B10200E9ABAA /* RentalManagerTests.m */; };
- A2BDBFAA1534C55200E9ABAA /* city.png in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBFA71534C55200E9ABAA /* city.png */; };
- A2BDBFAB1534C55200E9ABAA /* mountain.png in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBFA81534C55200E9ABAA /* mountain.png */; };
- A2BDBFAC1534C55200E9ABAA /* sea.png in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBFA91534C55200E9ABAA /* sea.png */; };
- A2BDBFB71535326200E9ABAA /* CityMappings.plist in Resources */ = {isa = PBXBuildFile; fileRef = A2BDBFB61535326200E9ABAA /* CityMappings.plist */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- A2BDBF701532B10200E9ABAA /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = A2BDBF3E1532B10200E9ABAA /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = A2BDBF461532B10200E9ABAA;
- remoteInfo = RentalManager;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- A24FE254153D3B1300BDC6B4 /* CTRentalProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; path = CTRentalProperty.h; sourceTree = "<group>"; };
- A24FE255153D3B1300BDC6B4 /* CTRentalProperty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTRentalProperty.m; sourceTree = "<group>"; };
- A2BDBF471532B10200E9ABAA /* RentalManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RentalManager.app; sourceTree = BUILT_PRODUCTS_DIR; };
- A2BDBF4B1532B10200E9ABAA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- A2BDBF4D1532B10200E9ABAA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- A2BDBF4F1532B10200E9ABAA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- A2BDBF531532B10200E9ABAA /* RentalManager-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RentalManager-Info.plist"; sourceTree = "<group>"; };
- A2BDBF551532B10200E9ABAA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- A2BDBF571532B10200E9ABAA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- A2BDBF591532B10200E9ABAA /* RentalManager-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RentalManager-Prefix.pch"; sourceTree = "<group>"; };
- A2BDBF5A1532B10200E9ABAA /* RentalManagerAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RentalManagerAppDelegate.h; sourceTree = "<group>"; };
- A2BDBF5B1532B10200E9ABAA /* RentalManagerAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RentalManagerAppDelegate.m; sourceTree = "<group>"; };
- A2BDBF5E1532B10200E9ABAA /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
- A2BDBF601532B10200E9ABAA /* RentalManagerMasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RentalManagerMasterViewController.h; sourceTree = "<group>"; };
- A2BDBF611532B10200E9ABAA /* RentalManagerMasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RentalManagerMasterViewController.m; sourceTree = "<group>"; };
- A2BDBF631532B10200E9ABAA /* RentalManagerDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RentalManagerDetailViewController.h; sourceTree = "<group>"; };
- A2BDBF641532B10200E9ABAA /* RentalManagerDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RentalManagerDetailViewController.m; sourceTree = "<group>"; };
- A2BDBF6B1532B10200E9ABAA /* RentalManagerTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RentalManagerTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
- A2BDBF6C1532B10200E9ABAA /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
- A2BDBF741532B10200E9ABAA /* RentalManagerTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RentalManagerTests-Info.plist"; sourceTree = "<group>"; };
- A2BDBF761532B10200E9ABAA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- A2BDBF781532B10200E9ABAA /* RentalManagerTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RentalManagerTests.h; sourceTree = "<group>"; };
- A2BDBF791532B10200E9ABAA /* RentalManagerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RentalManagerTests.m; sourceTree = "<group>"; };
- A2BDBFA71534C55200E9ABAA /* city.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city.png; sourceTree = "<group>"; };
- A2BDBFA81534C55200E9ABAA /* mountain.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mountain.png; sourceTree = "<group>"; };
- A2BDBFA91534C55200E9ABAA /* sea.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sea.png; sourceTree = "<group>"; };
- A2BDBFB61535326200E9ABAA /* CityMappings.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = CityMappings.plist; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- A2BDBF441532B10200E9ABAA /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A2BDBF4C1532B10200E9ABAA /* UIKit.framework in Frameworks */,
- A2BDBF4E1532B10200E9ABAA /* Foundation.framework in Frameworks */,
- A2BDBF501532B10200E9ABAA /* CoreGraphics.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A2BDBF671532B10200E9ABAA /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A2BDBF6D1532B10200E9ABAA /* SenTestingKit.framework in Frameworks */,
- A2BDBF6E1532B10200E9ABAA /* UIKit.framework in Frameworks */,
- A2BDBF6F1532B10200E9ABAA /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- A2BDBF3C1532B10200E9ABAA = {
- isa = PBXGroup;
- children = (
- A2BDBF511532B10200E9ABAA /* RentalManager */,
- A2BDBF721532B10200E9ABAA /* RentalManagerTests */,
- A2BDBF4A1532B10200E9ABAA /* Frameworks */,
- A2BDBF481532B10200E9ABAA /* Products */,
- );
- sourceTree = "<group>";
- };
- A2BDBF481532B10200E9ABAA /* Products */ = {
- isa = PBXGroup;
- children = (
- A2BDBF471532B10200E9ABAA /* RentalManager.app */,
- A2BDBF6B1532B10200E9ABAA /* RentalManagerTests.octest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- A2BDBF4A1532B10200E9ABAA /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- A2BDBF4B1532B10200E9ABAA /* UIKit.framework */,
- A2BDBF4D1532B10200E9ABAA /* Foundation.framework */,
- A2BDBF4F1532B10200E9ABAA /* CoreGraphics.framework */,
- A2BDBF6C1532B10200E9ABAA /* SenTestingKit.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- A2BDBF511532B10200E9ABAA /* RentalManager */ = {
- isa = PBXGroup;
- children = (
- A2BDBFB815353EFB00E9ABAA /* Resources */,
- A2BDBF5A1532B10200E9ABAA /* RentalManagerAppDelegate.h */,
- A2BDBF5B1532B10200E9ABAA /* RentalManagerAppDelegate.m */,
- A2BDBF5D1532B10200E9ABAA /* MainStoryboard.storyboard */,
- A2BDBF601532B10200E9ABAA /* RentalManagerMasterViewController.h */,
- A2BDBF611532B10200E9ABAA /* RentalManagerMasterViewController.m */,
- A24FE254153D3B1300BDC6B4 /* CTRentalProperty.h */,
- A24FE255153D3B1300BDC6B4 /* CTRentalProperty.m */,
- A2BDBF631532B10200E9ABAA /* RentalManagerDetailViewController.h */,
- A2BDBF641532B10200E9ABAA /* RentalManagerDetailViewController.m */,
- A2BDBF521532B10200E9ABAA /* Supporting Files */,
- );
- path = RentalManager;
- sourceTree = "<group>";
- };
- A2BDBF521532B10200E9ABAA /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- A2BDBF531532B10200E9ABAA /* RentalManager-Info.plist */,
- A2BDBF541532B10200E9ABAA /* InfoPlist.strings */,
- A2BDBF571532B10200E9ABAA /* main.m */,
- A2BDBF591532B10200E9ABAA /* RentalManager-Prefix.pch */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- A2BDBF721532B10200E9ABAA /* RentalManagerTests */ = {
- isa = PBXGroup;
- children = (
- A2BDBF781532B10200E9ABAA /* RentalManagerTests.h */,
- A2BDBF791532B10200E9ABAA /* RentalManagerTests.m */,
- A2BDBF731532B10200E9ABAA /* Supporting Files */,
- );
- path = RentalManagerTests;
- sourceTree = "<group>";
- };
- A2BDBF731532B10200E9ABAA /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- A2BDBF741532B10200E9ABAA /* RentalManagerTests-Info.plist */,
- A2BDBF751532B10200E9ABAA /* InfoPlist.strings */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- A2BDBFB51534D55200E9ABAA /* Images */ = {
- isa = PBXGroup;
- children = (
- A2BDBFA81534C55200E9ABAA /* mountain.png */,
- A2BDBFA71534C55200E9ABAA /* city.png */,
- A2BDBFA91534C55200E9ABAA /* sea.png */,
- );
- name = Images;
- sourceTree = "<group>";
- };
- A2BDBFB815353EFB00E9ABAA /* Resources */ = {
- isa = PBXGroup;
- children = (
- A2BDBFB61535326200E9ABAA /* CityMappings.plist */,
- A2BDBFB51534D55200E9ABAA /* Images */,
- );
- name = Resources;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- A2BDBF461532B10200E9ABAA /* RentalManager */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A2BDBF7D1532B10200E9ABAA /* Build configuration list for PBXNativeTarget "RentalManager" */;
- buildPhases = (
- A2BDBF431532B10200E9ABAA /* Sources */,
- A2BDBF441532B10200E9ABAA /* Frameworks */,
- A2BDBF451532B10200E9ABAA /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = RentalManager;
- productName = RentalManager;
- productReference = A2BDBF471532B10200E9ABAA /* RentalManager.app */;
- productType = "com.apple.product-type.application";
- };
- A2BDBF6A1532B10200E9ABAA /* RentalManagerTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A2BDBF801532B10200E9ABAA /* Build configuration list for PBXNativeTarget "RentalManagerTests" */;
- buildPhases = (
- A2BDBF661532B10200E9ABAA /* Sources */,
- A2BDBF671532B10200E9ABAA /* Frameworks */,
- A2BDBF681532B10200E9ABAA /* Resources */,
- A2BDBF691532B10200E9ABAA /* ShellScript */,
- );
- buildRules = (
- );
- dependencies = (
- A2BDBF711532B10200E9ABAA /* PBXTargetDependency */,
- );
- name = RentalManagerTests;
- productName = RentalManagerTests;
- productReference = A2BDBF6B1532B10200E9ABAA /* RentalManagerTests.octest */;
- productType = "com.apple.product-type.bundle";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- A2BDBF3E1532B10200E9ABAA /* Project object */ = {
- isa = PBXProject;
- attributes = {
- CLASSPREFIX = RentalManager;
- LastUpgradeCheck = 0430;
- ORGANIZATIONNAME = Accenture;
- };
- buildConfigurationList = A2BDBF411532B10200E9ABAA /* Build configuration list for PBXProject "RentalManager" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = A2BDBF3C1532B10200E9ABAA;
- productRefGroup = A2BDBF481532B10200E9ABAA /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- A2BDBF461532B10200E9ABAA /* RentalManager */,
- A2BDBF6A1532B10200E9ABAA /* RentalManagerTests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- A2BDBF451532B10200E9ABAA /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A2BDBF561532B10200E9ABAA /* InfoPlist.strings in Resources */,
- A2BDBF5F1532B10200E9ABAA /* MainStoryboard.storyboard in Resources */,
- A2BDBFAA1534C55200E9ABAA /* city.png in Resources */,
- A2BDBFAB1534C55200E9ABAA /* mountain.png in Resources */,
- A2BDBFAC1534C55200E9ABAA /* sea.png in Resources */,
- A2BDBFB71535326200E9ABAA /* CityMappings.plist in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A2BDBF681532B10200E9ABAA /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A2BDBF771532B10200E9ABAA /* InfoPlist.strings in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- A2BDBF691532B10200E9ABAA /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- A2BDBF431532B10200E9ABAA /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A2BDBF581532B10200E9ABAA /* main.m in Sources */,
- A2BDBF5C1532B10200E9ABAA /* RentalManagerAppDelegate.m in Sources */,
- A2BDBF621532B10200E9ABAA /* RentalManagerMasterViewController.m in Sources */,
- A2BDBF651532B10200E9ABAA /* RentalManagerDetailViewController.m in Sources */,
- A24FE256153D3B1300BDC6B4 /* CTRentalProperty.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A2BDBF661532B10200E9ABAA /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A2BDBF7A1532B10200E9ABAA /* RentalManagerTests.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- A2BDBF711532B10200E9ABAA /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = A2BDBF461532B10200E9ABAA /* RentalManager */;
- targetProxy = A2BDBF701532B10200E9ABAA /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- A2BDBF541532B10200E9ABAA /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- A2BDBF551532B10200E9ABAA /* en */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- A2BDBF5D1532B10200E9ABAA /* MainStoryboard.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- A2BDBF5E1532B10200E9ABAA /* en */,
- );
- name = MainStoryboard.storyboard;
- sourceTree = "<group>";
- };
- A2BDBF751532B10200E9ABAA /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- A2BDBF761532B10200E9ABAA /* en */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- A2BDBF7B1532B10200E9ABAA /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
- CLANG_ENABLE_OBJC_ARC = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- 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;
- };
- A2BDBF7C1532B10200E9ABAA /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
- CLANG_ENABLE_OBJC_ARC = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- 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;
- OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- A2BDBF7E1532B10200E9ABAA /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "RentalManager/RentalManager-Prefix.pch";
- INFOPLIST_FILE = "RentalManager/RentalManager-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- A2BDBF7F1532B10200E9ABAA /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "RentalManager/RentalManager-Prefix.pch";
- INFOPLIST_FILE = "RentalManager/RentalManager-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
- A2BDBF811532B10200E9ABAA /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RentalManager.app/RentalManager";
- FRAMEWORK_SEARCH_PATHS = (
- "$(SDKROOT)/Developer/Library/Frameworks",
- "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "RentalManager/RentalManager-Prefix.pch";
- INFOPLIST_FILE = "RentalManagerTests/RentalManagerTests-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- TEST_HOST = "$(BUNDLE_LOADER)";
- WRAPPER_EXTENSION = octest;
- };
- name = Debug;
- };
- A2BDBF821532B10200E9ABAA /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RentalManager.app/RentalManager";
- FRAMEWORK_SEARCH_PATHS = (
- "$(SDKROOT)/Developer/Library/Frameworks",
- "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "RentalManager/RentalManager-Prefix.pch";
- INFOPLIST_FILE = "RentalManagerTests/RentalManagerTests-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- TEST_HOST = "$(BUNDLE_LOADER)";
- WRAPPER_EXTENSION = octest;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- A2BDBF411532B10200E9ABAA /* Build configuration list for PBXProject "RentalManager" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A2BDBF7B1532B10200E9ABAA /* Debug */,
- A2BDBF7C1532B10200E9ABAA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A2BDBF7D1532B10200E9ABAA /* Build configuration list for PBXNativeTarget "RentalManager" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A2BDBF7E1532B10200E9ABAA /* Debug */,
- A2BDBF7F1532B10200E9ABAA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A2BDBF801532B10200E9ABAA /* Build configuration list for PBXNativeTarget "RentalManagerTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A2BDBF811532B10200E9ABAA /* Debug */,
- A2BDBF821532B10200E9ABAA /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = A2BDBF3E1532B10200E9ABAA /* Project object */;
- }