|
|
// !$*UTF8*$!
|
|
|
{
|
|
|
archiveVersion = 1;
|
|
|
classes = {
|
|
|
};
|
|
|
objectVersion = 46;
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
31B9390F1CFE8A54002C0642 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B9390E1CFE8A54002C0642 /* main.m */; };
|
|
|
31B939121CFE8A54002C0642 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B939111CFE8A54002C0642 /* AppDelegate.m */; };
|
|
|
31B939151CFE8A54002C0642 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B939141CFE8A54002C0642 /* ViewController.m */; };
|
|
|
31B939181CFE8A55002C0642 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 31B939161CFE8A54002C0642 /* Main.storyboard */; };
|
|
|
31B9391A1CFE8A55002C0642 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 31B939191CFE8A55002C0642 /* Assets.xcassets */; };
|
|
|
31B9391D1CFE8A55002C0642 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 31B9391B1CFE8A55002C0642 /* LaunchScreen.storyboard */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
31B9390A1CFE8A54002C0642 /* YH_LivePush.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YH_LivePush.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
31B9390E1CFE8A54002C0642 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
31B939101CFE8A54002C0642 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
31B939111CFE8A54002C0642 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
31B939131CFE8A54002C0642 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
31B939141CFE8A54002C0642 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
31B939171CFE8A54002C0642 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
31B939191CFE8A55002C0642 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
31B9391C1CFE8A55002C0642 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
31B9391E1CFE8A55002C0642 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
31B939071CFE8A54002C0642 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
31B939011CFE8A54002C0642 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
31B9390C1CFE8A54002C0642 /* YH_LivePush */,
|
|
|
31B9390B1CFE8A54002C0642 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
31B9390B1CFE8A54002C0642 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
31B9390A1CFE8A54002C0642 /* YH_LivePush.app */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
31B9390C1CFE8A54002C0642 /* YH_LivePush */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
31B939101CFE8A54002C0642 /* AppDelegate.h */,
|
|
|
31B939111CFE8A54002C0642 /* AppDelegate.m */,
|
|
|
31B939131CFE8A54002C0642 /* ViewController.h */,
|
|
|
31B939141CFE8A54002C0642 /* ViewController.m */,
|
|
|
31B939161CFE8A54002C0642 /* Main.storyboard */,
|
|
|
31B939191CFE8A55002C0642 /* Assets.xcassets */,
|
|
|
31B9391B1CFE8A55002C0642 /* LaunchScreen.storyboard */,
|
|
|
31B9391E1CFE8A55002C0642 /* Info.plist */,
|
|
|
31B9390D1CFE8A54002C0642 /* Supporting Files */,
|
|
|
);
|
|
|
path = YH_LivePush;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
31B9390D1CFE8A54002C0642 /* Supporting Files */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
31B9390E1CFE8A54002C0642 /* main.m */,
|
|
|
);
|
|
|
name = "Supporting Files";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
31B939091CFE8A54002C0642 /* YH_LivePush */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = 31B939211CFE8A55002C0642 /* Build configuration list for PBXNativeTarget "YH_LivePush" */;
|
|
|
buildPhases = (
|
|
|
31B939061CFE8A54002C0642 /* Sources */,
|
|
|
31B939071CFE8A54002C0642 /* Frameworks */,
|
|
|
31B939081CFE8A54002C0642 /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
name = YH_LivePush;
|
|
|
productName = YH_LivePush;
|
|
|
productReference = 31B9390A1CFE8A54002C0642 /* YH_LivePush.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
31B939021CFE8A54002C0642 /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
LastUpgradeCheck = 0730;
|
|
|
ORGANIZATIONNAME = YH;
|
|
|
TargetAttributes = {
|
|
|
31B939091CFE8A54002C0642 = {
|
|
|
CreatedOnToolsVersion = 7.3;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
buildConfigurationList = 31B939051CFE8A54002C0642 /* Build configuration list for PBXProject "YH_LivePush" */;
|
|
|
compatibilityVersion = "Xcode 3.2";
|
|
|
developmentRegion = English;
|
|
|
hasScannedForEncodings = 0;
|
|
|
knownRegions = (
|
|
|
en,
|
|
|
Base,
|
|
|
);
|
|
|
mainGroup = 31B939011CFE8A54002C0642;
|
|
|
productRefGroup = 31B9390B1CFE8A54002C0642 /* Products */;
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
31B939091CFE8A54002C0642 /* YH_LivePush */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
31B939081CFE8A54002C0642 /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
31B9391D1CFE8A55002C0642 /* LaunchScreen.storyboard in Resources */,
|
|
|
31B9391A1CFE8A55002C0642 /* Assets.xcassets in Resources */,
|
|
|
31B939181CFE8A55002C0642 /* Main.storyboard in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
31B939061CFE8A54002C0642 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
31B939151CFE8A54002C0642 /* ViewController.m in Sources */,
|
|
|
31B939121CFE8A54002C0642 /* AppDelegate.m in Sources */,
|
|
|
31B9390F1CFE8A54002C0642 /* main.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
31B939161CFE8A54002C0642 /* Main.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
31B939171CFE8A54002C0642 /* Base */,
|
|
|
);
|
|
|
name = Main.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
31B9391B1CFE8A55002C0642 /* LaunchScreen.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
31B9391C1CFE8A55002C0642 /* Base */,
|
|
|
);
|
|
|
name = LaunchScreen.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
31B9391F1CFE8A55002C0642 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
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_UNREACHABLE_CODE = YES;
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
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_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 = 9.3;
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = iphoneos;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
31B939201CFE8A55002C0642 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
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_UNREACHABLE_CODE = YES;
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
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 = 9.3;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = iphoneos;
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
31B939221CFE8A55002C0642 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
INFOPLIST_FILE = YH_LivePush/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.yoho.Yoho.YH-LivePush";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
31B939231CFE8A55002C0642 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
INFOPLIST_FILE = YH_LivePush/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.yoho.Yoho.YH-LivePush";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
31B939051CFE8A54002C0642 /* Build configuration list for PBXProject "YH_LivePush" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
31B9391F1CFE8A55002C0642 /* Debug */,
|
|
|
31B939201CFE8A55002C0642 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
31B939211CFE8A55002C0642 /* Build configuration list for PBXNativeTarget "YH_LivePush" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
31B939221CFE8A55002C0642 /* Debug */,
|
|
|
31B939231CFE8A55002C0642 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
};
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
|
rootObject = 31B939021CFE8A54002C0642 /* Project object */;
|
|
|
} |
...
|
...
|
|