Browse Source

修改: 增加 广播秤 2位小数 解析支持

tags/v2.12-20230413
larryzhang 2 years ago
parent
commit
a853ed6990

+ 8
- 4
AIFit-Demo.xcodeproj/project.pbxproj View File

5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */; }; 5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */; };
5D8EC7A2213AB6990053C2E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7A1213AB6990053C2E9 /* main.m */; }; 5D8EC7A2213AB6990053C2E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7A1213AB6990053C2E9 /* main.m */; };
5D8EC7AC213AB6990053C2E9 /* AIFit_DemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */; }; 5D8EC7AC213AB6990053C2E9 /* AIFit_DemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */; };
786E7BCB29E7DA1A00CF094A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 786E7BCA29E7DA1A00CF094A /* README.md */; };
8279C3D6213D21EB00805897 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D5213D21EB00805897 /* MainViewController.m */; }; 8279C3D6213D21EB00805897 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D5213D21EB00805897 /* MainViewController.m */; };
8279C3D9213D243700805897 /* SearchDeviceVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D8213D243700805897 /* SearchDeviceVC.m */; }; 8279C3D9213D243700805897 /* SearchDeviceVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D8213D243700805897 /* SearchDeviceVC.m */; };
9583C021277EB87400CAE22C /* InetBleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9583C020277EB87400CAE22C /* InetBleSDK.framework */; }; 9583C021277EB87400CAE22C /* InetBleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9583C020277EB87400CAE22C /* InetBleSDK.framework */; };
5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AIFit-DemoUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 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>"; }; 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>"; }; 5D8EC7AD213AB6990053C2E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
786E7BCA29E7DA1A00CF094A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
8279C3D4213D21EB00805897 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; 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>"; }; 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>"; }; 8279C3D7213D243700805897 /* SearchDeviceVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchDeviceVC.h; sourceTree = "<group>"; };
5D8EC786213AB6990053C2E9 = { 5D8EC786213AB6990053C2E9 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
786E7BCA29E7DA1A00CF094A /* README.md */,
5D8EC791213AB6990053C2E9 /* AIFit-Demo */, 5D8EC791213AB6990053C2E9 /* AIFit-Demo */,
5D8EC7AA213AB6990053C2E9 /* AIFit-DemoUITests */, 5D8EC7AA213AB6990053C2E9 /* AIFit-DemoUITests */,
5D8EC790213AB6990053C2E9 /* Products */, 5D8EC790213AB6990053C2E9 /* Products */,
files = ( files = (
95DC38CB23AC836D00C5E6E3 /* SetUserViewController.xib in Resources */, 95DC38CB23AC836D00C5E6E3 /* SetUserViewController.xib in Resources */,
5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */, 5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */,
786E7BCB29E7DA1A00CF094A /* README.md in Resources */,
5D8EC79C213AB6990053C2E9 /* Assets.xcassets in Resources */, 5D8EC79C213AB6990053C2E9 /* Assets.xcassets in Resources */,
5D8EC79A213AB6990053C2E9 /* Main.storyboard in Resources */, 5D8EC79A213AB6990053C2E9 /* Main.storyboard in Resources */,
); );
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20230210;
CURRENT_PROJECT_VERSION = 20230413;
DEVELOPMENT_TEAM = YEU77XR292; DEVELOPMENT_TEAM = YEU77XR292;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products";
HEADER_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "AIFit-Demo/Info.plist"; INFOPLIST_FILE = "AIFit-Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.11;
MARKETING_VERSION = 2.12;
PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo; PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20230210;
CURRENT_PROJECT_VERSION = 20230413;
DEVELOPMENT_TEAM = YEU77XR292; DEVELOPMENT_TEAM = YEU77XR292;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products";
HEADER_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "AIFit-Demo/Info.plist"; INFOPLIST_FILE = "AIFit-Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.11;
MARKETING_VERSION = 2.12;
PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo; PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";

+ 1
- 1
InetBleSDK/Products/InetBleSDK.framework/Headers/INBluetoothManager.h View File

#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <CoreBluetooth/CoreBluetooth.h> #import <CoreBluetooth/CoreBluetooth.h>


#define SDKVersion @"v2.11-20230210"
#define SDKVersion @"v2.12-20230413"


@class UserInfoModel, DeviceModel; @class UserInfoModel, DeviceModel;



BIN
InetBleSDK/Products/InetBleSDK.framework/InetBleSDK View File


BIN
InetBleSDK/Products/InetBleSDK.framework/Info.plist View File


BIN
InetBleSDK/Products/InetBleSDK.framework/_CodeSignature/CodeDirectory View File


BIN
InetBleSDK/Products/InetBleSDK.framework/_CodeSignature/CodeRequirements-1 View File


+ 4
- 4
InetBleSDK/Products/InetBleSDK.framework/_CodeSignature/CodeResources View File

</data> </data>
<key>Headers/INBluetoothManager.h</key> <key>Headers/INBluetoothManager.h</key>
<data> <data>
TNMngI/IQJ8OcNSGC+uELLO0A7I=
lWWq7AXR9Bnwf1AvOcsFC+lGAUw=
</data> </data>
<key>Headers/InetBleSDK.h</key> <key>Headers/InetBleSDK.h</key>
<data> <data>
</data> </data>
<key>Info.plist</key> <key>Info.plist</key>
<data> <data>
x54WjKCofuJ4FNfGaDum85FMI5Y=
78GJI+eX0ajObHJyfQuqEy3kjw0=
</data> </data>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
<data> <data>
<dict> <dict>
<key>hash</key> <key>hash</key>
<data> <data>
TNMngI/IQJ8OcNSGC+uELLO0A7I=
lWWq7AXR9Bnwf1AvOcsFC+lGAUw=
</data> </data>
<key>hash2</key> <key>hash2</key>
<data> <data>
KZSLXlyef383lfVMqw45NbSw4tDaeSo7MKK38mx8ahw=
eQRxklorpFU61SW+rJqOF7Ri4JPnFgqs17oel851dtI=
</data> </data>
</dict> </dict>
<key>Headers/InetBleSDK.h</key> <key>Headers/InetBleSDK.h</key>

BIN
InetBleSDK/Products/InetBleSDK.framework/_CodeSignature/CodeSignature View File


+ 2
- 2
README.md View File

in file "InetBleSDK.framework/Headers/INBluetoothManager.h" in file "InetBleSDK.framework/Headers/INBluetoothManager.h"


``` ```
#define SDKVersion @"v2.11-20230210"
#define SDKVersion @"v2.12-20230413"
``` ```




http://doc.elinkthings.com/web/#/4?page_id=71 http://doc.elinkthings.com/web/#/4?page_id=71


CN: CN:
http://doc.elinkthings.com/web/#/4?page_id=24
http://doc.elinkthings.com/web/#/4?page_id=24

Loading…
Cancel
Save