123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 50;
- objects = {
- /* Begin PBXBuildFile section */
- 0C35682C221A59A100F48F2C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C35682B221A59A100F48F2C /* AppDelegate.m */; };
- 0C35682F221A59A100F48F2C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C35682E221A59A100F48F2C /* ViewController.m */; };
- 0C356832221A59A100F48F2C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0C356830221A59A100F48F2C /* Main.storyboard */; };
- 0C356834221A59A300F48F2C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0C356833221A59A300F48F2C /* Assets.xcassets */; };
- 0C356837221A59A300F48F2C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0C356835221A59A300F48F2C /* LaunchScreen.storyboard */; };
- 0C35683A221A59A300F48F2C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C356839221A59A300F48F2C /* main.m */; };
- 5BE851C422E59242006B12C7 /* XenonSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BE851C022E591DB006B12C7 /* XenonSDK.framework */; };
- 5BE851C522E59243006B12C7 /* XenonSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5BE851C022E591DB006B12C7 /* XenonSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- 0C12AE5222A1222B0044A555 /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 5BE851C522E59243006B12C7 /* XenonSDK.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 0C356827221A59A100F48F2C /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 0C35682A221A59A100F48F2C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- 0C35682B221A59A100F48F2C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- 0C35682D221A59A100F48F2C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
- 0C35682E221A59A100F48F2C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
- 0C356831221A59A100F48F2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 0C356833221A59A300F48F2C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 0C356836221A59A300F48F2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 0C356838221A59A300F48F2C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 0C356839221A59A300F48F2C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- 5BE851C022E591DB006B12C7 /* XenonSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XenonSDK.framework; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 0C356824221A59A100F48F2C /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 5BE851C422E59242006B12C7 /* XenonSDK.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 0C35681E221A59A100F48F2C = {
- isa = PBXGroup;
- children = (
- 0C356829221A59A100F48F2C /* Demo */,
- 0C356828221A59A100F48F2C /* Products */,
- 5BE851C222E59231006B12C7 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 0C356828221A59A100F48F2C /* Products */ = {
- isa = PBXGroup;
- children = (
- 0C356827221A59A100F48F2C /* Demo.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 0C356829221A59A100F48F2C /* Demo */ = {
- isa = PBXGroup;
- children = (
- 5BE851BF22E591DB006B12C7 /* SDK */,
- 0C35682A221A59A100F48F2C /* AppDelegate.h */,
- 0C35682B221A59A100F48F2C /* AppDelegate.m */,
- 0C35682D221A59A100F48F2C /* ViewController.h */,
- 0C35682E221A59A100F48F2C /* ViewController.m */,
- 0C356830221A59A100F48F2C /* Main.storyboard */,
- 0C356833221A59A300F48F2C /* Assets.xcassets */,
- 0C356835221A59A300F48F2C /* LaunchScreen.storyboard */,
- 0C356838221A59A300F48F2C /* Info.plist */,
- 0C356839221A59A300F48F2C /* main.m */,
- );
- path = Demo;
- sourceTree = "<group>";
- };
- 5BE851BF22E591DB006B12C7 /* SDK */ = {
- isa = PBXGroup;
- children = (
- 5BE851C022E591DB006B12C7 /* XenonSDK.framework */,
- );
- path = SDK;
- sourceTree = "<group>";
- };
- 5BE851C222E59231006B12C7 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 0C356826221A59A100F48F2C /* Demo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 0C35683D221A59A300F48F2C /* Build configuration list for PBXNativeTarget "Demo" */;
- buildPhases = (
- 0C356823221A59A100F48F2C /* Sources */,
- 0C356824221A59A100F48F2C /* Frameworks */,
- 0C356825221A59A100F48F2C /* Resources */,
- 0C12AE5222A1222B0044A555 /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Demo;
- productName = Demo;
- productReference = 0C356827221A59A100F48F2C /* Demo.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 0C35681F221A59A100F48F2C /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1010;
- ORGANIZATIONNAME = SAGESSE;
- TargetAttributes = {
- 0C356826221A59A100F48F2C = {
- CreatedOnToolsVersion = 10.1;
- };
- };
- };
- buildConfigurationList = 0C356822221A59A100F48F2C /* Build configuration list for PBXProject "Demo" */;
- compatibilityVersion = "Xcode 9.3";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 0C35681E221A59A100F48F2C;
- productRefGroup = 0C356828221A59A100F48F2C /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 0C356826221A59A100F48F2C /* Demo */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 0C356825221A59A100F48F2C /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0C356837221A59A300F48F2C /* LaunchScreen.storyboard in Resources */,
- 0C356834221A59A300F48F2C /* Assets.xcassets in Resources */,
- 0C356832221A59A100F48F2C /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 0C356823221A59A100F48F2C /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0C35682F221A59A100F48F2C /* ViewController.m in Sources */,
- 0C35683A221A59A300F48F2C /* main.m in Sources */,
- 0C35682C221A59A100F48F2C /* AppDelegate.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- 0C356830221A59A100F48F2C /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 0C356831221A59A100F48F2C /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 0C356835221A59A300F48F2C /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 0C356836221A59A300F48F2C /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 0C35683B221A59A300F48F2C /* 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++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- 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 = 12.1;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 0C35683C221A59A300F48F2C /* 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++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "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 = gnu11;
- 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 = 12.1;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 0C35683E221A59A300F48F2C /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = A9348Z53YM;
- FRAMEWORK_SEARCH_PATHS = (
- "$(PROJECT_DIR)/../",
- "$(PROJECT_DIR)/Demo/SDK",
- );
- INFOPLIST_FILE = Demo/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- LIBRARY_SEARCH_PATHS = "$(inherited)";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = com.discuss.cn;
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 0C35683F221A59A300F48F2C /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = A9348Z53YM;
- FRAMEWORK_SEARCH_PATHS = (
- "$(PROJECT_DIR)/../",
- "$(PROJECT_DIR)/Demo/SDK",
- );
- INFOPLIST_FILE = Demo/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- LIBRARY_SEARCH_PATHS = "$(inherited)";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_BUNDLE_IDENTIFIER = com.discuss.cn;
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0C356822221A59A100F48F2C /* Build configuration list for PBXProject "Demo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0C35683B221A59A300F48F2C /* Debug */,
- 0C35683C221A59A300F48F2C /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 0C35683D221A59A300F48F2C /* Build configuration list for PBXNativeTarget "Demo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0C35683E221A59A300F48F2C /* Debug */,
- 0C35683F221A59A300F48F2C /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0C35681F221A59A100F48F2C /* Project object */;
- }
|