501 lines
21 KiB
Plaintext
501 lines
21 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
BFAA53D918367A6700D5912D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA53D818367A6700D5912D /* Foundation.framework */; };
|
|
BFAA53DB18367A6700D5912D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA53DA18367A6700D5912D /* CoreGraphics.framework */; };
|
|
BFAA53DD18367A6700D5912D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA53DC18367A6700D5912D /* UIKit.framework */; };
|
|
BFAA53E318367A6700D5912D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BFAA53E118367A6700D5912D /* InfoPlist.strings */; };
|
|
BFAA53E518367A6700D5912D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAA53E418367A6700D5912D /* main.m */; };
|
|
BFAA53E918367A6700D5912D /* HUAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAA53E818367A6700D5912D /* HUAppDelegate.m */; };
|
|
BFAA53EC18367A6700D5912D /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BFAA53EA18367A6700D5912D /* Main_iPhone.storyboard */; };
|
|
BFAA53F218367A6700D5912D /* HUViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAA53F118367A6700D5912D /* HUViewController.m */; };
|
|
BFAA53F418367A6700D5912D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BFAA53F318367A6700D5912D /* Images.xcassets */; };
|
|
BFAA53FB18367A6700D5912D /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA53FA18367A6700D5912D /* XCTest.framework */; };
|
|
BFAA53FC18367A6700D5912D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA53D818367A6700D5912D /* Foundation.framework */; };
|
|
BFAA53FD18367A6700D5912D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA53DC18367A6700D5912D /* UIKit.framework */; };
|
|
BFAA540518367A6700D5912D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BFAA540318367A6700D5912D /* InfoPlist.strings */; };
|
|
BFAA540718367A6700D5912D /* HelloUPTests.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAA540618367A6700D5912D /* HelloUPTests.m */; };
|
|
BFAA541118367A7D00D5912D /* UPPlatformSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFAA541018367A7D00D5912D /* UPPlatformSDK.framework */; };
|
|
BFAA54161836815F00D5912D /* HUMealViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAA54141836815F00D5912D /* HUMealViewController.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
BFAA53FE18367A6700D5912D /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = BFAA53CD18367A6700D5912D /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = BFAA53D418367A6700D5912D;
|
|
remoteInfo = HelloUP;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
BFAA53D518367A6700D5912D /* HelloUP.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloUP.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BFAA53D818367A6700D5912D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
BFAA53DA18367A6700D5912D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
BFAA53DC18367A6700D5912D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
BFAA53E018367A6700D5912D /* HelloUP-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HelloUP-Info.plist"; sourceTree = "<group>"; };
|
|
BFAA53E218367A6700D5912D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
BFAA53E418367A6700D5912D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
BFAA53E618367A6700D5912D /* HelloUP-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "HelloUP-Prefix.pch"; sourceTree = "<group>"; };
|
|
BFAA53E718367A6700D5912D /* HUAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HUAppDelegate.h; sourceTree = "<group>"; };
|
|
BFAA53E818367A6700D5912D /* HUAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HUAppDelegate.m; sourceTree = "<group>"; };
|
|
BFAA53EB18367A6700D5912D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = "<group>"; };
|
|
BFAA53F018367A6700D5912D /* HUViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HUViewController.h; sourceTree = "<group>"; };
|
|
BFAA53F118367A6700D5912D /* HUViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HUViewController.m; sourceTree = "<group>"; };
|
|
BFAA53F318367A6700D5912D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
BFAA53F918367A6700D5912D /* HelloUPTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HelloUPTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BFAA53FA18367A6700D5912D /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
BFAA540218367A6700D5912D /* HelloUPTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HelloUPTests-Info.plist"; sourceTree = "<group>"; };
|
|
BFAA540418367A6700D5912D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
BFAA540618367A6700D5912D /* HelloUPTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelloUPTests.m; sourceTree = "<group>"; };
|
|
BFAA541018367A7D00D5912D /* UPPlatformSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = UPPlatformSDK.framework; sourceTree = "<group>"; };
|
|
BFAA54131836815E00D5912D /* HUMealViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HUMealViewController.h; sourceTree = "<group>"; };
|
|
BFAA54141836815F00D5912D /* HUMealViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HUMealViewController.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
BFAA53D218367A6700D5912D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BFAA53DB18367A6700D5912D /* CoreGraphics.framework in Frameworks */,
|
|
BFAA53DD18367A6700D5912D /* UIKit.framework in Frameworks */,
|
|
BFAA53D918367A6700D5912D /* Foundation.framework in Frameworks */,
|
|
BFAA541118367A7D00D5912D /* UPPlatformSDK.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BFAA53F618367A6700D5912D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BFAA53FB18367A6700D5912D /* XCTest.framework in Frameworks */,
|
|
BFAA53FD18367A6700D5912D /* UIKit.framework in Frameworks */,
|
|
BFAA53FC18367A6700D5912D /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
BFAA53CC18367A6700D5912D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA53DE18367A6700D5912D /* HelloUP */,
|
|
BFAA540018367A6700D5912D /* HelloUPTests */,
|
|
BFAA53D718367A6700D5912D /* Frameworks */,
|
|
BFAA53D618367A6700D5912D /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA53D618367A6700D5912D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA53D518367A6700D5912D /* HelloUP.app */,
|
|
BFAA53F918367A6700D5912D /* HelloUPTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA53D718367A6700D5912D /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA541018367A7D00D5912D /* UPPlatformSDK.framework */,
|
|
BFAA53D818367A6700D5912D /* Foundation.framework */,
|
|
BFAA53DA18367A6700D5912D /* CoreGraphics.framework */,
|
|
BFAA53DC18367A6700D5912D /* UIKit.framework */,
|
|
BFAA53FA18367A6700D5912D /* XCTest.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA53DE18367A6700D5912D /* HelloUP */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA53E718367A6700D5912D /* HUAppDelegate.h */,
|
|
BFAA53E818367A6700D5912D /* HUAppDelegate.m */,
|
|
BFAA53EA18367A6700D5912D /* Main_iPhone.storyboard */,
|
|
BFAA53F018367A6700D5912D /* HUViewController.h */,
|
|
BFAA53F118367A6700D5912D /* HUViewController.m */,
|
|
BFAA54131836815E00D5912D /* HUMealViewController.h */,
|
|
BFAA54141836815F00D5912D /* HUMealViewController.m */,
|
|
BFAA53F318367A6700D5912D /* Images.xcassets */,
|
|
BFAA53DF18367A6700D5912D /* Supporting Files */,
|
|
);
|
|
path = HelloUP;
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA53DF18367A6700D5912D /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA53E018367A6700D5912D /* HelloUP-Info.plist */,
|
|
BFAA53E118367A6700D5912D /* InfoPlist.strings */,
|
|
BFAA53E418367A6700D5912D /* main.m */,
|
|
BFAA53E618367A6700D5912D /* HelloUP-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA540018367A6700D5912D /* HelloUPTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA540618367A6700D5912D /* HelloUPTests.m */,
|
|
BFAA540118367A6700D5912D /* Supporting Files */,
|
|
);
|
|
path = HelloUPTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA540118367A6700D5912D /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BFAA540218367A6700D5912D /* HelloUPTests-Info.plist */,
|
|
BFAA540318367A6700D5912D /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
BFAA53D418367A6700D5912D /* HelloUP */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = BFAA540A18367A6700D5912D /* Build configuration list for PBXNativeTarget "HelloUP" */;
|
|
buildPhases = (
|
|
BFAA53D118367A6700D5912D /* Sources */,
|
|
BFAA53D218367A6700D5912D /* Frameworks */,
|
|
BFAA53D318367A6700D5912D /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = HelloUP;
|
|
productName = HelloUP;
|
|
productReference = BFAA53D518367A6700D5912D /* HelloUP.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
BFAA53F818367A6700D5912D /* HelloUPTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = BFAA540D18367A6700D5912D /* Build configuration list for PBXNativeTarget "HelloUPTests" */;
|
|
buildPhases = (
|
|
BFAA53F518367A6700D5912D /* Sources */,
|
|
BFAA53F618367A6700D5912D /* Frameworks */,
|
|
BFAA53F718367A6700D5912D /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
BFAA53FF18367A6700D5912D /* PBXTargetDependency */,
|
|
);
|
|
name = HelloUPTests;
|
|
productName = HelloUPTests;
|
|
productReference = BFAA53F918367A6700D5912D /* HelloUPTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
BFAA53CD18367A6700D5912D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
CLASSPREFIX = HU;
|
|
LastUpgradeCheck = 0500;
|
|
ORGANIZATIONNAME = Jawbone;
|
|
TargetAttributes = {
|
|
BFAA53F818367A6700D5912D = {
|
|
TestTargetID = BFAA53D418367A6700D5912D;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = BFAA53D018367A6700D5912D /* Build configuration list for PBXProject "HelloUP" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = BFAA53CC18367A6700D5912D;
|
|
productRefGroup = BFAA53D618367A6700D5912D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
BFAA53D418367A6700D5912D /* HelloUP */,
|
|
BFAA53F818367A6700D5912D /* HelloUPTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
BFAA53D318367A6700D5912D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BFAA53F418367A6700D5912D /* Images.xcassets in Resources */,
|
|
BFAA53EC18367A6700D5912D /* Main_iPhone.storyboard in Resources */,
|
|
BFAA53E318367A6700D5912D /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BFAA53F718367A6700D5912D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BFAA540518367A6700D5912D /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
BFAA53D118367A6700D5912D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BFAA54161836815F00D5912D /* HUMealViewController.m in Sources */,
|
|
BFAA53F218367A6700D5912D /* HUViewController.m in Sources */,
|
|
BFAA53E518367A6700D5912D /* main.m in Sources */,
|
|
BFAA53E918367A6700D5912D /* HUAppDelegate.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BFAA53F518367A6700D5912D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BFAA540718367A6700D5912D /* HelloUPTests.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
BFAA53FF18367A6700D5912D /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = BFAA53D418367A6700D5912D /* HelloUP */;
|
|
targetProxy = BFAA53FE18367A6700D5912D /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
BFAA53E118367A6700D5912D /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
BFAA53E218367A6700D5912D /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA53EA18367A6700D5912D /* Main_iPhone.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
BFAA53EB18367A6700D5912D /* Base */,
|
|
);
|
|
name = Main_iPhone.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
BFAA540318367A6700D5912D /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
BFAA540418367A6700D5912D /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
BFAA540818367A6700D5912D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
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_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
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_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
BFAA540918367A6700D5912D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
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_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
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;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
BFAA540B18367A6700D5912D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(SRCROOT)/**",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "HelloUP/HelloUP-Prefix.pch";
|
|
INFOPLIST_FILE = "HelloUP/HelloUP-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
BFAA540C18367A6700D5912D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(SRCROOT)/**",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "HelloUP/HelloUP-Prefix.pch";
|
|
INFOPLIST_FILE = "HelloUP/HelloUP-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
BFAA540E18367A6700D5912D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/HelloUP.app/HelloUP";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "HelloUP/HelloUP-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = "HelloUPTests/HelloUPTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
BFAA540F18367A6700D5912D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/HelloUP.app/HelloUP";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "HelloUP/HelloUP-Prefix.pch";
|
|
INFOPLIST_FILE = "HelloUPTests/HelloUPTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
BFAA53D018367A6700D5912D /* Build configuration list for PBXProject "HelloUP" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BFAA540818367A6700D5912D /* Debug */,
|
|
BFAA540918367A6700D5912D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
BFAA540A18367A6700D5912D /* Build configuration list for PBXNativeTarget "HelloUP" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BFAA540B18367A6700D5912D /* Debug */,
|
|
BFAA540C18367A6700D5912D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
BFAA540D18367A6700D5912D /* Build configuration list for PBXNativeTarget "HelloUPTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BFAA540E18367A6700D5912D /* Debug */,
|
|
BFAA540F18367A6700D5912D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = BFAA53CD18367A6700D5912D /* Project object */;
|
|
}
|