mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 22:40:29 +08:00
470 lines
20 KiB
Plaintext
470 lines
20 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
04BDDEC516902D0900D04A9E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BDDEC416902D0900D04A9E /* UIKit.framework */; };
|
|
04BDDEC716902D0900D04A9E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BDDEC616902D0900D04A9E /* Foundation.framework */; };
|
|
04BDDEC916902D0900D04A9E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BDDEC816902D0900D04A9E /* CoreGraphics.framework */; };
|
|
04BDDECF16902D0900D04A9E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 04BDDECD16902D0900D04A9E /* InfoPlist.strings */; };
|
|
04BDDED116902D0900D04A9E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDDED016902D0900D04A9E /* main.m */; };
|
|
04BDDED516902D0900D04A9E /* PPAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDDED416902D0900D04A9E /* PPAppDelegate.m */; };
|
|
04BDDED716902D0900D04A9E /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 04BDDED616902D0900D04A9E /* Default.png */; };
|
|
04BDDED916902D0900D04A9E /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 04BDDED816902D0900D04A9E /* Default@2x.png */; };
|
|
04BDDEDB16902D0900D04A9E /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 04BDDEDA16902D0900D04A9E /* Default-568h@2x.png */; };
|
|
04BDDEDE16902D0900D04A9E /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04BDDEDC16902D0900D04A9E /* MainStoryboard.storyboard */; };
|
|
04BDDEE116902D0900D04A9E /* PPViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDDEE016902D0900D04A9E /* PPViewController.m */; };
|
|
04BDDEE916902D0A00D04A9E /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BDDEE816902D0A00D04A9E /* SenTestingKit.framework */; };
|
|
04BDDEEA16902D0A00D04A9E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BDDEC416902D0900D04A9E /* UIKit.framework */; };
|
|
04BDDEEB16902D0A00D04A9E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BDDEC616902D0900D04A9E /* Foundation.framework */; };
|
|
04BDDEF316902D0A00D04A9E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 04BDDEF116902D0A00D04A9E /* InfoPlist.strings */; };
|
|
04BDDEF616902D0A00D04A9E /* ProgressTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDDEF516902D0A00D04A9E /* ProgressTests.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
04BDDEEC16902D0A00D04A9E /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 04BDDEB716902D0900D04A9E /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 04BDDEBF16902D0900D04A9E;
|
|
remoteInfo = Progress;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
04386A0B16908C4C0058C876 /* Progress.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Progress.entitlements; sourceTree = "<group>"; };
|
|
04BDDEC016902D0900D04A9E /* Progress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Progress.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
04BDDEC416902D0900D04A9E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
04BDDEC616902D0900D04A9E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
04BDDEC816902D0900D04A9E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
04BDDECC16902D0900D04A9E /* Progress-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Progress-Info.plist"; sourceTree = "<group>"; };
|
|
04BDDECE16902D0900D04A9E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
04BDDED016902D0900D04A9E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
04BDDED216902D0900D04A9E /* Progress-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Progress-Prefix.pch"; sourceTree = "<group>"; };
|
|
04BDDED316902D0900D04A9E /* PPAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PPAppDelegate.h; sourceTree = "<group>"; };
|
|
04BDDED416902D0900D04A9E /* PPAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PPAppDelegate.m; sourceTree = "<group>"; };
|
|
04BDDED616902D0900D04A9E /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
|
04BDDED816902D0900D04A9E /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
|
04BDDEDA16902D0900D04A9E /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
|
04BDDEDD16902D0900D04A9E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
|
|
04BDDEDF16902D0900D04A9E /* PPViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PPViewController.h; sourceTree = "<group>"; };
|
|
04BDDEE016902D0900D04A9E /* PPViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PPViewController.m; sourceTree = "<group>"; };
|
|
04BDDEE716902D0A00D04A9E /* ProgressTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ProgressTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
04BDDEE816902D0A00D04A9E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
04BDDEF016902D0A00D04A9E /* ProgressTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ProgressTests-Info.plist"; sourceTree = "<group>"; };
|
|
04BDDEF216902D0A00D04A9E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
04BDDEF416902D0A00D04A9E /* ProgressTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProgressTests.h; sourceTree = "<group>"; };
|
|
04BDDEF516902D0A00D04A9E /* ProgressTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ProgressTests.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
04BDDEBD16902D0900D04A9E /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
04BDDEC516902D0900D04A9E /* UIKit.framework in Frameworks */,
|
|
04BDDEC716902D0900D04A9E /* Foundation.framework in Frameworks */,
|
|
04BDDEC916902D0900D04A9E /* CoreGraphics.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
04BDDEE316902D0A00D04A9E /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
04BDDEE916902D0A00D04A9E /* SenTestingKit.framework in Frameworks */,
|
|
04BDDEEA16902D0A00D04A9E /* UIKit.framework in Frameworks */,
|
|
04BDDEEB16902D0A00D04A9E /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
04BDDEB516902D0900D04A9E = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04BDDECA16902D0900D04A9E /* Progress */,
|
|
04BDDEEE16902D0A00D04A9E /* ProgressTests */,
|
|
04BDDEC316902D0900D04A9E /* Frameworks */,
|
|
04BDDEC116902D0900D04A9E /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDEC116902D0900D04A9E /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04BDDEC016902D0900D04A9E /* Progress.app */,
|
|
04BDDEE716902D0A00D04A9E /* ProgressTests.octest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDEC316902D0900D04A9E /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04BDDEC416902D0900D04A9E /* UIKit.framework */,
|
|
04BDDEC616902D0900D04A9E /* Foundation.framework */,
|
|
04BDDEC816902D0900D04A9E /* CoreGraphics.framework */,
|
|
04BDDEE816902D0A00D04A9E /* SenTestingKit.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDECA16902D0900D04A9E /* Progress */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04386A0B16908C4C0058C876 /* Progress.entitlements */,
|
|
04BDDED316902D0900D04A9E /* PPAppDelegate.h */,
|
|
04BDDED416902D0900D04A9E /* PPAppDelegate.m */,
|
|
04BDDEDC16902D0900D04A9E /* MainStoryboard.storyboard */,
|
|
04BDDEDF16902D0900D04A9E /* PPViewController.h */,
|
|
04BDDEE016902D0900D04A9E /* PPViewController.m */,
|
|
04BDDECB16902D0900D04A9E /* Supporting Files */,
|
|
);
|
|
path = Progress;
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDECB16902D0900D04A9E /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04BDDECC16902D0900D04A9E /* Progress-Info.plist */,
|
|
04BDDECD16902D0900D04A9E /* InfoPlist.strings */,
|
|
04BDDED016902D0900D04A9E /* main.m */,
|
|
04BDDED216902D0900D04A9E /* Progress-Prefix.pch */,
|
|
04BDDED616902D0900D04A9E /* Default.png */,
|
|
04BDDED816902D0900D04A9E /* Default@2x.png */,
|
|
04BDDEDA16902D0900D04A9E /* Default-568h@2x.png */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDEEE16902D0A00D04A9E /* ProgressTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04BDDEF416902D0A00D04A9E /* ProgressTests.h */,
|
|
04BDDEF516902D0A00D04A9E /* ProgressTests.m */,
|
|
04BDDEEF16902D0A00D04A9E /* Supporting Files */,
|
|
);
|
|
path = ProgressTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDEEF16902D0A00D04A9E /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
04BDDEF016902D0A00D04A9E /* ProgressTests-Info.plist */,
|
|
04BDDEF116902D0A00D04A9E /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
04BDDEBF16902D0900D04A9E /* Progress */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 04BDDEF916902D0A00D04A9E /* Build configuration list for PBXNativeTarget "Progress" */;
|
|
buildPhases = (
|
|
04BDDEBC16902D0900D04A9E /* Sources */,
|
|
04BDDEBD16902D0900D04A9E /* Frameworks */,
|
|
04BDDEBE16902D0900D04A9E /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Progress;
|
|
productName = Progress;
|
|
productReference = 04BDDEC016902D0900D04A9E /* Progress.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
04BDDEE616902D0A00D04A9E /* ProgressTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 04BDDEFC16902D0A00D04A9E /* Build configuration list for PBXNativeTarget "ProgressTests" */;
|
|
buildPhases = (
|
|
04BDDEE216902D0A00D04A9E /* Sources */,
|
|
04BDDEE316902D0A00D04A9E /* Frameworks */,
|
|
04BDDEE416902D0A00D04A9E /* Resources */,
|
|
04BDDEE516902D0A00D04A9E /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
04BDDEED16902D0A00D04A9E /* PBXTargetDependency */,
|
|
);
|
|
name = ProgressTests;
|
|
productName = ProgressTests;
|
|
productReference = 04BDDEE716902D0A00D04A9E /* ProgressTests.octest */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
04BDDEB716902D0900D04A9E /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
CLASSPREFIX = PP;
|
|
LastUpgradeCheck = 0450;
|
|
ORGANIZATIONNAME = kylefang;
|
|
};
|
|
buildConfigurationList = 04BDDEBA16902D0900D04A9E /* Build configuration list for PBXProject "Progress" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 04BDDEB516902D0900D04A9E;
|
|
productRefGroup = 04BDDEC116902D0900D04A9E /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
04BDDEBF16902D0900D04A9E /* Progress */,
|
|
04BDDEE616902D0A00D04A9E /* ProgressTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
04BDDEBE16902D0900D04A9E /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
04BDDECF16902D0900D04A9E /* InfoPlist.strings in Resources */,
|
|
04BDDED716902D0900D04A9E /* Default.png in Resources */,
|
|
04BDDED916902D0900D04A9E /* Default@2x.png in Resources */,
|
|
04BDDEDB16902D0900D04A9E /* Default-568h@2x.png in Resources */,
|
|
04BDDEDE16902D0900D04A9E /* MainStoryboard.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
04BDDEE416902D0A00D04A9E /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
04BDDEF316902D0A00D04A9E /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
04BDDEE516902D0A00D04A9E /* 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 */
|
|
04BDDEBC16902D0900D04A9E /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
04BDDED116902D0900D04A9E /* main.m in Sources */,
|
|
04BDDED516902D0900D04A9E /* PPAppDelegate.m in Sources */,
|
|
04BDDEE116902D0900D04A9E /* PPViewController.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
04BDDEE216902D0A00D04A9E /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
04BDDEF616902D0A00D04A9E /* ProgressTests.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
04BDDEED16902D0A00D04A9E /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 04BDDEBF16902D0900D04A9E /* Progress */;
|
|
targetProxy = 04BDDEEC16902D0A00D04A9E /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
04BDDECD16902D0900D04A9E /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
04BDDECE16902D0900D04A9E /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDEDC16902D0900D04A9E /* MainStoryboard.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
04BDDEDD16902D0900D04A9E /* en */,
|
|
);
|
|
name = MainStoryboard.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
04BDDEF116902D0A00D04A9E /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
04BDDEF216902D0A00D04A9E /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
04BDDEF716902D0A00D04A9E /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = 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_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
04BDDEF816902D0A00D04A9E /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
04BDDEFA16902D0A00D04A9E /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_ENTITLEMENTS = Progress/Progress.entitlements;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
|
INFOPLIST_FILE = "Progress/Progress-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
04BDDEFB16902D0A00D04A9E /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_ENTITLEMENTS = Progress/Progress.entitlements;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
|
INFOPLIST_FILE = "Progress/Progress-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
04BDDEFD16902D0A00D04A9E /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Progress.app/Progress";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
|
|
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
|
INFOPLIST_FILE = "ProgressTests/ProgressTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = octest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
04BDDEFE16902D0A00D04A9E /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Progress.app/Progress";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
|
|
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
|
INFOPLIST_FILE = "ProgressTests/ProgressTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = octest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
04BDDEBA16902D0900D04A9E /* Build configuration list for PBXProject "Progress" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
04BDDEF716902D0A00D04A9E /* Debug */,
|
|
04BDDEF816902D0A00D04A9E /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
04BDDEF916902D0A00D04A9E /* Build configuration list for PBXNativeTarget "Progress" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
04BDDEFA16902D0A00D04A9E /* Debug */,
|
|
04BDDEFB16902D0A00D04A9E /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
04BDDEFC16902D0A00D04A9E /* Build configuration list for PBXNativeTarget "ProgressTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
04BDDEFD16902D0A00D04A9E /* Debug */,
|
|
04BDDEFE16902D0A00D04A9E /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 04BDDEB716902D0900D04A9E /* Project object */;
|
|
}
|