|
|
// !$*UTF8*$!
|
|
|
{
|
|
|
archiveVersion = 1;
|
|
|
classes = {
|
|
|
};
|
|
|
objectVersion = 46;
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
529A004B1F564E8500A83F63 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 529A004A1F564E8500A83F63 /* main.m */; };
|
|
|
529A004E1F564E8500A83F63 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 529A004D1F564E8500A83F63 /* AppDelegate.m */; };
|
|
|
529A00511F564E8500A83F63 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 529A00501F564E8500A83F63 /* ViewController.m */; };
|
|
|
529A00541F564E8500A83F63 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 529A00521F564E8500A83F63 /* Main.storyboard */; };
|
|
|
529A00561F564E8500A83F63 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 529A00551F564E8500A83F63 /* Assets.xcassets */; };
|
|
|
529A00591F564E8500A83F63 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 529A00571F564E8500A83F63 /* LaunchScreen.storyboard */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
529A00461F564E8500A83F63 /* YHEventReport.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YHEventReport.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
529A004A1F564E8500A83F63 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
529A004C1F564E8500A83F63 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
529A004D1F564E8500A83F63 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
529A004F1F564E8500A83F63 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
529A00501F564E8500A83F63 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
529A00531F564E8500A83F63 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
529A00551F564E8500A83F63 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
529A00581F564E8500A83F63 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
529A005A1F564E8500A83F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
529A00431F564E8500A83F63 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
529A003D1F564E8500A83F63 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
529A00481F564E8500A83F63 /* YHEventReport */,
|
|
|
529A00471F564E8500A83F63 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
529A00471F564E8500A83F63 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
529A00461F564E8500A83F63 /* YHEventReport.app */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
529A00481F564E8500A83F63 /* YHEventReport */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
529A004C1F564E8500A83F63 /* AppDelegate.h */,
|
|
|
529A004D1F564E8500A83F63 /* AppDelegate.m */,
|
|
|
529A004F1F564E8500A83F63 /* ViewController.h */,
|
|
|
529A00501F564E8500A83F63 /* ViewController.m */,
|
|
|
529A00521F564E8500A83F63 /* Main.storyboard */,
|
|
|
529A00551F564E8500A83F63 /* Assets.xcassets */,
|
|
|
529A00571F564E8500A83F63 /* LaunchScreen.storyboard */,
|
|
|
529A005A1F564E8500A83F63 /* Info.plist */,
|
|
|
529A00491F564E8500A83F63 /* Supporting Files */,
|
|
|
);
|
|
|
path = YHEventReport;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
529A00491F564E8500A83F63 /* Supporting Files */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
529A004A1F564E8500A83F63 /* main.m */,
|
|
|
);
|
|
|
name = "Supporting Files";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
529A00451F564E8500A83F63 /* YHEventReport */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = 529A005D1F564E8500A83F63 /* Build configuration list for PBXNativeTarget "YHEventReport" */;
|
|
|
buildPhases = (
|
|
|
529A00421F564E8500A83F63 /* Sources */,
|
|
|
529A00431F564E8500A83F63 /* Frameworks */,
|
|
|
529A00441F564E8500A83F63 /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
name = YHEventReport;
|
|
|
productName = YHEventReport;
|
|
|
productReference = 529A00461F564E8500A83F63 /* YHEventReport.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
529A003E1F564E8500A83F63 /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
LastUpgradeCheck = 0830;
|
|
|
ORGANIZATIONNAME = YOHO;
|
|
|
TargetAttributes = {
|
|
|
529A00451F564E8500A83F63 = {
|
|
|
CreatedOnToolsVersion = 8.3;
|
|
|
ProvisioningStyle = Automatic;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
buildConfigurationList = 529A00411F564E8500A83F63 /* Build configuration list for PBXProject "YHEventReport" */;
|
|
|
compatibilityVersion = "Xcode 3.2";
|
|
|
developmentRegion = English;
|
|
|
hasScannedForEncodings = 0;
|
|
|
knownRegions = (
|
|
|
en,
|
|
|
Base,
|
|
|
);
|
|
|
mainGroup = 529A003D1F564E8500A83F63;
|
|
|
productRefGroup = 529A00471F564E8500A83F63 /* Products */;
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
529A00451F564E8500A83F63 /* YHEventReport */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
529A00441F564E8500A83F63 /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
529A00591F564E8500A83F63 /* LaunchScreen.storyboard in Resources */,
|
|
|
529A00561F564E8500A83F63 /* Assets.xcassets in Resources */,
|
|
|
529A00541F564E8500A83F63 /* Main.storyboard in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
529A00421F564E8500A83F63 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
529A00511F564E8500A83F63 /* ViewController.m in Sources */,
|
|
|
529A004E1F564E8500A83F63 /* AppDelegate.m in Sources */,
|
|
|
529A004B1F564E8500A83F63 /* main.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
529A00521F564E8500A83F63 /* Main.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
529A00531F564E8500A83F63 /* Base */,
|
|
|
);
|
|
|
name = Main.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
529A00571F564E8500A83F63 /* LaunchScreen.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
529A00581F564E8500A83F63 /* Base */,
|
|
|
);
|
|
|
name = LaunchScreen.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
529A005B1F564E8500A83F63 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
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_DOCUMENTATION_COMMENTS = YES;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
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 = 10.3;
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
529A005C1F564E8500A83F63 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
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_DOCUMENTATION_COMMENTS = YES;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
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 = 10.3;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
529A005E1F564E8500A83F63 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
INFOPLIST_FILE = YHEventReport/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = YOHO.YHEventReport;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
529A005F1F564E8500A83F63 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
INFOPLIST_FILE = YHEventReport/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = YOHO.YHEventReport;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
529A00411F564E8500A83F63 /* Build configuration list for PBXProject "YHEventReport" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
529A005B1F564E8500A83F63 /* Debug */,
|
|
|
529A005C1F564E8500A83F63 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
529A005D1F564E8500A83F63 /* Build configuration list for PBXNativeTarget "YHEventReport" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
529A005E1F564E8500A83F63 /* Debug */,
|
|
|
529A005F1F564E8500A83F63 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
};
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
|
rootObject = 529A003E1F564E8500A83F63 /* Project object */;
|
|
|
} |
...
|
...
|
|