123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 48;
- objects = {
-
- /* Begin PBXBuildFile section */
- 5D8EC794213AB6990053C2E9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC793213AB6990053C2E9 /* AppDelegate.m */; };
- 5D8EC79A213AB6990053C2E9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC798213AB6990053C2E9 /* Main.storyboard */; };
- 5D8EC79C213AB6990053C2E9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC79B213AB6990053C2E9 /* Assets.xcassets */; };
- 5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */; };
- 5D8EC7A2213AB6990053C2E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7A1213AB6990053C2E9 /* main.m */; };
- 5D8EC7AC213AB6990053C2E9 /* AIFit_DemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */; };
- 8279C3D6213D21EB00805897 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D5213D21EB00805897 /* MainViewController.m */; };
- 8279C3D9213D243700805897 /* SearchDeviceVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D8213D243700805897 /* SearchDeviceVC.m */; };
- 9583C021277EB87400CAE22C /* InetBleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9583C020277EB87400CAE22C /* InetBleSDK.framework */; };
- 95DC38BE23AB8D9B00C5E6E3 /* AppUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DC38BD23AB8D9B00C5E6E3 /* AppUser.m */; };
- 95DC38CA23AC836D00C5E6E3 /* SetUserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DC38C823AC836D00C5E6E3 /* SetUserViewController.m */; };
- 95DC38CB23AC836D00C5E6E3 /* SetUserViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 95DC38C923AC836D00C5E6E3 /* SetUserViewController.xib */; };
- /* End PBXBuildFile section */
-
- /* Begin PBXContainerItemProxy section */
- 5D8EC7A8213AB6990053C2E9 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 5D8EC787213AB6990053C2E9 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 5D8EC78E213AB6990053C2E9;
- remoteInfo = "AIFit-Demo";
- };
- /* End PBXContainerItemProxy section */
-
- /* Begin PBXFileReference section */
- 5D8EC78F213AB6990053C2E9 /* AIFit-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AIFit-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- 5D8EC792213AB6990053C2E9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- 5D8EC793213AB6990053C2E9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- 5D8EC799213AB6990053C2E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 5D8EC79B213AB6990053C2E9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 5D8EC79E213AB6990053C2E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 5D8EC7A0213AB6990053C2E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 5D8EC7A1213AB6990053C2E9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- 5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AIFit-DemoUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AIFit_DemoUITests.m; sourceTree = "<group>"; };
- 5D8EC7AD213AB6990053C2E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 8279C3D4213D21EB00805897 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
- 8279C3D5213D21EB00805897 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
- 8279C3D7213D243700805897 /* SearchDeviceVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchDeviceVC.h; sourceTree = "<group>"; };
- 8279C3D8213D243700805897 /* SearchDeviceVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchDeviceVC.m; sourceTree = "<group>"; };
- 9583C020277EB87400CAE22C /* InetBleSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = InetBleSDK.framework; path = InetBleSDK/Products/InetBleSDK.framework; sourceTree = SOURCE_ROOT; };
- 95DC38BC23AB8D9B00C5E6E3 /* AppUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppUser.h; sourceTree = "<group>"; };
- 95DC38BD23AB8D9B00C5E6E3 /* AppUser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppUser.m; sourceTree = "<group>"; };
- 95DC38C723AC836D00C5E6E3 /* SetUserViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetUserViewController.h; sourceTree = "<group>"; };
- 95DC38C823AC836D00C5E6E3 /* SetUserViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SetUserViewController.m; sourceTree = "<group>"; };
- 95DC38C923AC836D00C5E6E3 /* SetUserViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SetUserViewController.xib; sourceTree = "<group>"; };
- /* End PBXFileReference section */
-
- /* Begin PBXFrameworksBuildPhase section */
- 5D8EC78C213AB6990053C2E9 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 9583C021277EB87400CAE22C /* InetBleSDK.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 5D8EC7A4213AB6990053C2E9 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
-
- /* Begin PBXGroup section */
- 5D8EC786213AB6990053C2E9 = {
- isa = PBXGroup;
- children = (
- 5D8EC791213AB6990053C2E9 /* AIFit-Demo */,
- 5D8EC7AA213AB6990053C2E9 /* AIFit-DemoUITests */,
- 5D8EC790213AB6990053C2E9 /* Products */,
- 5D8EC80C213ACCC80053C2E9 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 5D8EC790213AB6990053C2E9 /* Products */ = {
- isa = PBXGroup;
- children = (
- 5D8EC78F213AB6990053C2E9 /* AIFit-Demo.app */,
- 5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 5D8EC791213AB6990053C2E9 /* AIFit-Demo */ = {
- isa = PBXGroup;
- children = (
- 9583C020277EB87400CAE22C /* InetBleSDK.framework */,
- 5D8EC792213AB6990053C2E9 /* AppDelegate.h */,
- 5D8EC793213AB6990053C2E9 /* AppDelegate.m */,
- 95DC38BC23AB8D9B00C5E6E3 /* AppUser.h */,
- 95DC38BD23AB8D9B00C5E6E3 /* AppUser.m */,
- 8279C3D7213D243700805897 /* SearchDeviceVC.h */,
- 8279C3D8213D243700805897 /* SearchDeviceVC.m */,
- 8279C3D4213D21EB00805897 /* MainViewController.h */,
- 8279C3D5213D21EB00805897 /* MainViewController.m */,
- 95DC38C723AC836D00C5E6E3 /* SetUserViewController.h */,
- 95DC38C823AC836D00C5E6E3 /* SetUserViewController.m */,
- 95DC38C923AC836D00C5E6E3 /* SetUserViewController.xib */,
- 5D8EC798213AB6990053C2E9 /* Main.storyboard */,
- 5D8EC79B213AB6990053C2E9 /* Assets.xcassets */,
- 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */,
- 5D8EC7A0213AB6990053C2E9 /* Info.plist */,
- 5D8EC7A1213AB6990053C2E9 /* main.m */,
- );
- path = "AIFit-Demo";
- sourceTree = "<group>";
- };
- 5D8EC7AA213AB6990053C2E9 /* AIFit-DemoUITests */ = {
- isa = PBXGroup;
- children = (
- 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */,
- 5D8EC7AD213AB6990053C2E9 /* Info.plist */,
- );
- path = "AIFit-DemoUITests";
- sourceTree = "<group>";
- };
- 5D8EC80C213ACCC80053C2E9 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
-
- /* Begin PBXNativeTarget section */
- 5D8EC78E213AB6990053C2E9 /* AIFit-Demo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 5D8EC7B0213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-Demo" */;
- buildPhases = (
- 5D8EC78B213AB6990053C2E9 /* Sources */,
- 5D8EC78C213AB6990053C2E9 /* Frameworks */,
- 5D8EC78D213AB6990053C2E9 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "AIFit-Demo";
- productName = "AIFit-Demo";
- productReference = 5D8EC78F213AB6990053C2E9 /* AIFit-Demo.app */;
- productType = "com.apple.product-type.application";
- };
- 5D8EC7A6213AB6990053C2E9 /* AIFit-DemoUITests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 5D8EC7B3213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-DemoUITests" */;
- buildPhases = (
- 5D8EC7A3213AB6990053C2E9 /* Sources */,
- 5D8EC7A4213AB6990053C2E9 /* Frameworks */,
- 5D8EC7A5213AB6990053C2E9 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 5D8EC7A9213AB6990053C2E9 /* PBXTargetDependency */,
- );
- name = "AIFit-DemoUITests";
- productName = "AIFit-DemoUITests";
- productReference = 5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */;
- productType = "com.apple.product-type.bundle.ui-testing";
- };
- /* End PBXNativeTarget section */
-
- /* Begin PBXProject section */
- 5D8EC787213AB6990053C2E9 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0920;
- ORGANIZATIONNAME = wujia121;
- TargetAttributes = {
- 5D8EC78E213AB6990053C2E9 = {
- CreatedOnToolsVersion = 9.2;
- ProvisioningStyle = Automatic;
- };
- 5D8EC7A6213AB6990053C2E9 = {
- CreatedOnToolsVersion = 9.2;
- ProvisioningStyle = Automatic;
- TestTargetID = 5D8EC78E213AB6990053C2E9;
- };
- };
- };
- buildConfigurationList = 5D8EC78A213AB6990053C2E9 /* Build configuration list for PBXProject "AIFit-Demo" */;
- compatibilityVersion = "Xcode 8.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 5D8EC786213AB6990053C2E9;
- productRefGroup = 5D8EC790213AB6990053C2E9 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 5D8EC78E213AB6990053C2E9 /* AIFit-Demo */,
- 5D8EC7A6213AB6990053C2E9 /* AIFit-DemoUITests */,
- );
- };
- /* End PBXProject section */
-
- /* Begin PBXResourcesBuildPhase section */
- 5D8EC78D213AB6990053C2E9 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 95DC38CB23AC836D00C5E6E3 /* SetUserViewController.xib in Resources */,
- 5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */,
- 5D8EC79C213AB6990053C2E9 /* Assets.xcassets in Resources */,
- 5D8EC79A213AB6990053C2E9 /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 5D8EC7A5213AB6990053C2E9 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
-
- /* Begin PBXSourcesBuildPhase section */
- 5D8EC78B213AB6990053C2E9 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 5D8EC7A2213AB6990053C2E9 /* main.m in Sources */,
- 8279C3D6213D21EB00805897 /* MainViewController.m in Sources */,
- 95DC38CA23AC836D00C5E6E3 /* SetUserViewController.m in Sources */,
- 95DC38BE23AB8D9B00C5E6E3 /* AppUser.m in Sources */,
- 8279C3D9213D243700805897 /* SearchDeviceVC.m in Sources */,
- 5D8EC794213AB6990053C2E9 /* AppDelegate.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 5D8EC7A3213AB6990053C2E9 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 5D8EC7AC213AB6990053C2E9 /* AIFit_DemoUITests.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
-
- /* Begin PBXTargetDependency section */
- 5D8EC7A9213AB6990053C2E9 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 5D8EC78E213AB6990053C2E9 /* AIFit-Demo */;
- targetProxy = 5D8EC7A8213AB6990053C2E9 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
-
- /* Begin PBXVariantGroup section */
- 5D8EC798213AB6990053C2E9 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 5D8EC799213AB6990053C2E9 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 5D8EC79E213AB6990053C2E9 /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
-
- /* Begin XCBuildConfiguration section */
- 5D8EC7AE213AB6990053C2E9 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = 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 = 11.2;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 5D8EC7AF213AB6990053C2E9 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = 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 = 11.2;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 5D8EC7B1213AB6990053C2E9 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 20230210;
- DEVELOPMENT_TEAM = YEU77XR292;
- FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products";
- HEADER_SEARCH_PATHS = "";
- INFOPLIST_FILE = "AIFit-Demo/Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- MARKETING_VERSION = 2.11;
- PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 5D8EC7B2213AB6990053C2E9 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 20230210;
- DEVELOPMENT_TEAM = YEU77XR292;
- FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products";
- HEADER_SEARCH_PATHS = "";
- INFOPLIST_FILE = "AIFit-Demo/Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- MARKETING_VERSION = 2.11;
- PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- 5D8EC7B4213AB6990053C2E9 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = "AIFit-DemoUITests/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.pingwang.AIFit-DemoUITests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_TARGET_NAME = "AIFit-Demo";
- };
- name = Debug;
- };
- 5D8EC7B5213AB6990053C2E9 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = "AIFit-DemoUITests/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.pingwang.AIFit-DemoUITests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_TARGET_NAME = "AIFit-Demo";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
-
- /* Begin XCConfigurationList section */
- 5D8EC78A213AB6990053C2E9 /* Build configuration list for PBXProject "AIFit-Demo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 5D8EC7AE213AB6990053C2E9 /* Debug */,
- 5D8EC7AF213AB6990053C2E9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 5D8EC7B0213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-Demo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 5D8EC7B1213AB6990053C2E9 /* Debug */,
- 5D8EC7B2213AB6990053C2E9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 5D8EC7B3213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-DemoUITests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 5D8EC7B4213AB6990053C2E9 /* Debug */,
- 5D8EC7B5213AB6990053C2E9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 5D8EC787213AB6990053C2E9 /* Project object */;
- }
|