Просмотр исходного кода

干掉验证用的Key和Secret

master
iot_user 4 лет назад
Родитель
Сommit
9117582a48

+ 4
- 4
TPMSBleSDKDemo/TPMSBleSDKDemo.xcodeproj/project.pbxproj Просмотреть файл

@@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
E6AD2F7A244073A900D362AB /* TPMSBleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6AD2F79244073A900D362AB /* TPMSBleSDK.framework */; };
E6EF567322D3314800F8B2DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF567222D3314800F8B2DA /* AppDelegate.m */; };
E6EF567622D3314800F8B2DA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF567522D3314800F8B2DA /* ViewController.m */; };
E6EF567922D3314800F8B2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E6EF567722D3314800F8B2DA /* Main.storyboard */; };
@@ -15,6 +14,7 @@
E6EF567E22D3314900F8B2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E6EF567C22D3314900F8B2DA /* LaunchScreen.storyboard */; };
E6EF568122D3314900F8B2DA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF568022D3314900F8B2DA /* main.m */; };
E6EF568B22D3314900F8B2DA /* TPMSBleSDKDemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF568A22D3314900F8B2DA /* TPMSBleSDKDemoUITests.m */; };
E6F7E14E25778A5E0009659C /* TPMSBleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6F7E14D25778A5E0009659C /* TPMSBleSDK.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
@@ -28,7 +28,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
E6AD2F79244073A900D362AB /* TPMSBleSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TPMSBleSDK.framework; sourceTree = "<group>"; };
E6EF566E22D3314800F8B2DA /* TPMSBleSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TPMSBleSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
E6EF567122D3314800F8B2DA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
E6EF567222D3314800F8B2DA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -42,6 +41,7 @@
E6EF568622D3314900F8B2DA /* TPMSBleSDKDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TPMSBleSDKDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E6EF568A22D3314900F8B2DA /* TPMSBleSDKDemoUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPMSBleSDKDemoUITests.m; sourceTree = "<group>"; };
E6EF568C22D3314900F8B2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E6F7E14D25778A5E0009659C /* TPMSBleSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TPMSBleSDK.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
@@ -49,7 +49,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E6AD2F7A244073A900D362AB /* TPMSBleSDK.framework in Frameworks */,
E6F7E14E25778A5E0009659C /* TPMSBleSDK.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -84,7 +84,7 @@
E6EF567022D3314800F8B2DA /* TPMSBleSDKDemo */ = {
isa = PBXGroup;
children = (
E6AD2F79244073A900D362AB /* TPMSBleSDK.framework */,
E6F7E14D25778A5E0009659C /* TPMSBleSDK.framework */,
E6EF567122D3314800F8B2DA /* AppDelegate.h */,
E6EF567222D3314800F8B2DA /* AppDelegate.m */,
E6EF567422D3314800F8B2DA /* ViewController.h */,

Двоичные данные
TPMSBleSDKDemo/TPMSBleSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/iot_user.xcuserdatad/UserInterfaceState.xcuserstate Просмотреть файл


+ 1
- 1
TPMSBleSDKDemo/TPMSBleSDKDemo/AppDelegate.m Просмотреть файл

@@ -18,7 +18,7 @@

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[ELTPMSBleManager setAppKey:@"1fe0a76abf0abba7" appSecret:@"00ad68a8f1f7057f8eda6ed7a9"];
// [ELTPMSBleManager setAppKey:@"1fe0a76abf0abba7" appSecret:@"00ad68a8f1f7057f8eda6ed7a9"];
return YES;
}


+ 1
- 1
TPMSBleSDKDemo/TPMSBleSDKDemo/TPMSBleSDK.framework/Headers/ELTPMSBleManager.h Просмотреть файл

@@ -54,7 +54,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, weak) id<ELTPMSBleManagerDelegate> delegate;


+(void)setAppKey:(NSString *)key appSecret:(NSString *)secret;
+(void)setAppKey:(NSString *)key appSecret:(NSString *)secret NS_UNAVAILABLE;


+(instancetype)shareManager;

Двоичные данные
TPMSBleSDKDemo/TPMSBleSDKDemo/TPMSBleSDK.framework/Info.plist Просмотреть файл


Двоичные данные
TPMSBleSDKDemo/TPMSBleSDKDemo/TPMSBleSDK.framework/TPMSBleSDK Просмотреть файл


Загрузка…
Отмена
Сохранить