2014-01-18 05:00:36 -05:00

527 lines
24 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
FBC18AE3188A2AB500D5D34E /* MainFrame.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FBC18AE2188A2AB500D5D34E /* MainFrame.storyboard */; };
FBC18B2B188A3B9100D5D34E /* MainFrameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC18B2A188A3B9100D5D34E /* MainFrameViewController.m */; };
FBC18B2F188A4E0500D5D34E /* VideoDepacketizer.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC18B2E188A4E0500D5D34E /* VideoDepacketizer.m */; };
FBC18B32188A5A1100D5D34E /* VideoDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC18B31188A5A1100D5D34E /* VideoDecoder.m */; };
FBC18B34188A5D6700D5D34E /* notpadded.h264 in Resources */ = {isa = PBXBuildFile; fileRef = FBC18B33188A5D6700D5D34E /* notpadded.h264 */; };
FBF6AE75188A274100B50578 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE74188A274100B50578 /* Foundation.framework */; };
FBF6AE77188A274100B50578 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE76188A274100B50578 /* CoreGraphics.framework */; };
FBF6AE79188A274100B50578 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE78188A274100B50578 /* UIKit.framework */; };
FBF6AE7B188A274100B50578 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE7A188A274100B50578 /* CoreData.framework */; };
FBF6AE81188A274100B50578 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FBF6AE7F188A274100B50578 /* InfoPlist.strings */; };
FBF6AE83188A274100B50578 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF6AE82188A274100B50578 /* main.m */; };
FBF6AE87188A274100B50578 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF6AE86188A274100B50578 /* AppDelegate.m */; };
FBF6AE8A188A274100B50578 /* Limelight_iOS.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = FBF6AE88188A274100B50578 /* Limelight_iOS.xcdatamodeld */; };
FBF6AE8C188A274100B50578 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FBF6AE8B188A274100B50578 /* Images.xcassets */; };
FBF6AE93188A274100B50578 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE92188A274100B50578 /* XCTest.framework */; };
FBF6AE94188A274100B50578 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE74188A274100B50578 /* Foundation.framework */; };
FBF6AE95188A274100B50578 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE78188A274100B50578 /* UIKit.framework */; };
FBF6AE96188A274100B50578 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF6AE7A188A274100B50578 /* CoreData.framework */; };
FBF6AE9E188A274100B50578 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FBF6AE9C188A274100B50578 /* InfoPlist.strings */; };
FBF6AEA0188A274100B50578 /* Limelight_iOSTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF6AE9F188A274100B50578 /* Limelight_iOSTests.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
FBF6AE97188A274100B50578 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FBF6AE69188A274100B50578 /* Project object */;
proxyType = 1;
remoteGlobalIDString = FBF6AE70188A274100B50578;
remoteInfo = "Limelight-iOS";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
FBC18AE2188A2AB500D5D34E /* MainFrame.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = MainFrame.storyboard; path = ../MainFrame.storyboard; sourceTree = "<group>"; };
FBC18B29188A3B9100D5D34E /* MainFrameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainFrameViewController.h; sourceTree = "<group>"; };
FBC18B2A188A3B9100D5D34E /* MainFrameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainFrameViewController.m; sourceTree = "<group>"; };
FBC18B2D188A4E0500D5D34E /* VideoDepacketizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VideoDepacketizer.h; path = Video/VideoDepacketizer.h; sourceTree = "<group>"; };
FBC18B2E188A4E0500D5D34E /* VideoDepacketizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VideoDepacketizer.m; path = Video/VideoDepacketizer.m; sourceTree = "<group>"; };
FBC18B30188A5A1100D5D34E /* VideoDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoDecoder.h; sourceTree = "<group>"; };
FBC18B31188A5A1100D5D34E /* VideoDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoDecoder.m; sourceTree = "<group>"; };
FBC18B33188A5D6700D5D34E /* notpadded.h264 */ = {isa = PBXFileReference; lastKnownFileType = file; path = notpadded.h264; sourceTree = "<group>"; };
FBF6AE71188A274100B50578 /* Limelight-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Limelight-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
FBF6AE74188A274100B50578 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
FBF6AE76188A274100B50578 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
FBF6AE78188A274100B50578 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
FBF6AE7A188A274100B50578 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
FBF6AE7E188A274100B50578 /* Limelight-iOS-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Limelight-iOS-Info.plist"; sourceTree = "<group>"; };
FBF6AE80188A274100B50578 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
FBF6AE82188A274100B50578 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
FBF6AE84188A274100B50578 /* Limelight-iOS-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Limelight-iOS-Prefix.pch"; sourceTree = "<group>"; };
FBF6AE85188A274100B50578 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
FBF6AE86188A274100B50578 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
FBF6AE89188A274100B50578 /* Limelight_iOS.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Limelight_iOS.xcdatamodel; sourceTree = "<group>"; };
FBF6AE8B188A274100B50578 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
FBF6AE91188A274100B50578 /* Limelight-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Limelight-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
FBF6AE92188A274100B50578 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
FBF6AE9B188A274100B50578 /* Limelight-iOSTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Limelight-iOSTests-Info.plist"; sourceTree = "<group>"; };
FBF6AE9D188A274100B50578 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
FBF6AE9F188A274100B50578 /* Limelight_iOSTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Limelight_iOSTests.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FBF6AE6E188A274100B50578 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FBF6AE77188A274100B50578 /* CoreGraphics.framework in Frameworks */,
FBF6AE7B188A274100B50578 /* CoreData.framework in Frameworks */,
FBF6AE79188A274100B50578 /* UIKit.framework in Frameworks */,
FBF6AE75188A274100B50578 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FBF6AE8E188A274100B50578 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FBF6AE93188A274100B50578 /* XCTest.framework in Frameworks */,
FBF6AE96188A274100B50578 /* CoreData.framework in Frameworks */,
FBF6AE95188A274100B50578 /* UIKit.framework in Frameworks */,
FBF6AE94188A274100B50578 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FBC18B2C188A4DC900D5D34E /* Video */ = {
isa = PBXGroup;
children = (
FBC18B2D188A4E0500D5D34E /* VideoDepacketizer.h */,
FBC18B2E188A4E0500D5D34E /* VideoDepacketizer.m */,
FBC18B30188A5A1100D5D34E /* VideoDecoder.h */,
FBC18B31188A5A1100D5D34E /* VideoDecoder.m */,
);
name = Video;
sourceTree = "<group>";
};
FBF6AE68188A274100B50578 = {
isa = PBXGroup;
children = (
FBF6AE7C188A274100B50578 /* Limelight-iOS */,
FBF6AE99188A274100B50578 /* Limelight-iOSTests */,
FBF6AE73188A274100B50578 /* Frameworks */,
FBF6AE72188A274100B50578 /* Products */,
);
sourceTree = "<group>";
};
FBF6AE72188A274100B50578 /* Products */ = {
isa = PBXGroup;
children = (
FBF6AE71188A274100B50578 /* Limelight-iOS.app */,
FBF6AE91188A274100B50578 /* Limelight-iOSTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
FBF6AE73188A274100B50578 /* Frameworks */ = {
isa = PBXGroup;
children = (
FBF6AE74188A274100B50578 /* Foundation.framework */,
FBF6AE76188A274100B50578 /* CoreGraphics.framework */,
FBF6AE78188A274100B50578 /* UIKit.framework */,
FBF6AE7A188A274100B50578 /* CoreData.framework */,
FBF6AE92188A274100B50578 /* XCTest.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
FBF6AE7C188A274100B50578 /* Limelight-iOS */ = {
isa = PBXGroup;
children = (
FBC18B2C188A4DC900D5D34E /* Video */,
FBC18AE2188A2AB500D5D34E /* MainFrame.storyboard */,
FBF6AE85188A274100B50578 /* AppDelegate.h */,
FBF6AE86188A274100B50578 /* AppDelegate.m */,
FBF6AE8B188A274100B50578 /* Images.xcassets */,
FBF6AE88188A274100B50578 /* Limelight_iOS.xcdatamodeld */,
FBF6AE7D188A274100B50578 /* Supporting Files */,
FBC18B29188A3B9100D5D34E /* MainFrameViewController.h */,
FBC18B2A188A3B9100D5D34E /* MainFrameViewController.m */,
);
path = "Limelight-iOS";
sourceTree = "<group>";
};
FBF6AE7D188A274100B50578 /* Supporting Files */ = {
isa = PBXGroup;
children = (
FBC18B33188A5D6700D5D34E /* notpadded.h264 */,
FBF6AE7E188A274100B50578 /* Limelight-iOS-Info.plist */,
FBF6AE7F188A274100B50578 /* InfoPlist.strings */,
FBF6AE82188A274100B50578 /* main.m */,
FBF6AE84188A274100B50578 /* Limelight-iOS-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
FBF6AE99188A274100B50578 /* Limelight-iOSTests */ = {
isa = PBXGroup;
children = (
FBF6AE9F188A274100B50578 /* Limelight_iOSTests.m */,
FBF6AE9A188A274100B50578 /* Supporting Files */,
);
path = "Limelight-iOSTests";
sourceTree = "<group>";
};
FBF6AE9A188A274100B50578 /* Supporting Files */ = {
isa = PBXGroup;
children = (
FBF6AE9B188A274100B50578 /* Limelight-iOSTests-Info.plist */,
FBF6AE9C188A274100B50578 /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
FBF6AE70188A274100B50578 /* Limelight-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = FBF6AEA3188A274100B50578 /* Build configuration list for PBXNativeTarget "Limelight-iOS" */;
buildPhases = (
FBF6AE6D188A274100B50578 /* Sources */,
FBF6AE6E188A274100B50578 /* Frameworks */,
FBF6AE6F188A274100B50578 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Limelight-iOS";
productName = "Limelight-iOS";
productReference = FBF6AE71188A274100B50578 /* Limelight-iOS.app */;
productType = "com.apple.product-type.application";
};
FBF6AE90188A274100B50578 /* Limelight-iOSTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = FBF6AEA6188A274100B50578 /* Build configuration list for PBXNativeTarget "Limelight-iOSTests" */;
buildPhases = (
FBF6AE8D188A274100B50578 /* Sources */,
FBF6AE8E188A274100B50578 /* Frameworks */,
FBF6AE8F188A274100B50578 /* Resources */,
);
buildRules = (
);
dependencies = (
FBF6AE98188A274100B50578 /* PBXTargetDependency */,
);
name = "Limelight-iOSTests";
productName = "Limelight-iOSTests";
productReference = FBF6AE91188A274100B50578 /* Limelight-iOSTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FBF6AE69188A274100B50578 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "Diego Waxemberg";
TargetAttributes = {
FBF6AE70188A274100B50578 = {
DevelopmentTeam = DM46QST4M7;
};
FBF6AE90188A274100B50578 = {
TestTargetID = FBF6AE70188A274100B50578;
};
};
};
buildConfigurationList = FBF6AE6C188A274100B50578 /* Build configuration list for PBXProject "Limelight-iOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = FBF6AE68188A274100B50578;
productRefGroup = FBF6AE72188A274100B50578 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FBF6AE70188A274100B50578 /* Limelight-iOS */,
FBF6AE90188A274100B50578 /* Limelight-iOSTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
FBF6AE6F188A274100B50578 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FBC18AE3188A2AB500D5D34E /* MainFrame.storyboard in Resources */,
FBF6AE81188A274100B50578 /* InfoPlist.strings in Resources */,
FBF6AE8C188A274100B50578 /* Images.xcassets in Resources */,
FBC18B34188A5D6700D5D34E /* notpadded.h264 in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FBF6AE8F188A274100B50578 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FBF6AE9E188A274100B50578 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FBF6AE6D188A274100B50578 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FBC18B2F188A4E0500D5D34E /* VideoDepacketizer.m in Sources */,
FBF6AE87188A274100B50578 /* AppDelegate.m in Sources */,
FBC18B32188A5A1100D5D34E /* VideoDecoder.m in Sources */,
FBF6AE8A188A274100B50578 /* Limelight_iOS.xcdatamodeld in Sources */,
FBF6AE83188A274100B50578 /* main.m in Sources */,
FBC18B2B188A3B9100D5D34E /* MainFrameViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FBF6AE8D188A274100B50578 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FBF6AEA0188A274100B50578 /* Limelight_iOSTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
FBF6AE98188A274100B50578 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = FBF6AE70188A274100B50578 /* Limelight-iOS */;
targetProxy = FBF6AE97188A274100B50578 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
FBF6AE7F188A274100B50578 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
FBF6AE80188A274100B50578 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
FBF6AE9C188A274100B50578 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
FBF6AE9D188A274100B50578 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
FBF6AEA1188A274100B50578 /* 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;
DSTROOT = "/tmp/$(PROJECT_NAME).dst";
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;
PRODUCT_NAME = Limelight;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
FBF6AEA2188A274100B50578 /* 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;
DSTROOT = "/tmp/$(PROJECT_NAME).dst";
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;
PRODUCT_NAME = Limelight;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
FBF6AEA4188A274100B50578 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Limelight-iOS/Limelight-iOS-Prefix.pch";
INFOPLIST_FILE = "Limelight-iOS/Limelight-iOS-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
FBF6AEA5188A274100B50578 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Limelight-iOS/Limelight-iOS-Prefix.pch";
INFOPLIST_FILE = "Limelight-iOS/Limelight-iOS-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
FBF6AEA7188A274100B50578 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Limelight-iOS.app/Limelight-iOS";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Limelight-iOS/Limelight-iOS-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = "Limelight-iOSTests/Limelight-iOSTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
};
name = Debug;
};
FBF6AEA8188A274100B50578 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Limelight-iOS.app/Limelight-iOS";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Limelight-iOS/Limelight-iOS-Prefix.pch";
INFOPLIST_FILE = "Limelight-iOSTests/Limelight-iOSTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FBF6AE6C188A274100B50578 /* Build configuration list for PBXProject "Limelight-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FBF6AEA1188A274100B50578 /* Debug */,
FBF6AEA2188A274100B50578 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FBF6AEA3188A274100B50578 /* Build configuration list for PBXNativeTarget "Limelight-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FBF6AEA4188A274100B50578 /* Debug */,
FBF6AEA5188A274100B50578 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FBF6AEA6188A274100B50578 /* Build configuration list for PBXNativeTarget "Limelight-iOSTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FBF6AEA7188A274100B50578 /* Debug */,
FBF6AEA8188A274100B50578 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCVersionGroup section */
FBF6AE88188A274100B50578 /* Limelight_iOS.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
FBF6AE89188A274100B50578 /* Limelight_iOS.xcdatamodel */,
);
currentVersion = FBF6AE89188A274100B50578 /* Limelight_iOS.xcdatamodel */;
path = Limelight_iOS.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = FBF6AE69188A274100B50578 /* Project object */;
}