Browse Source

干掉验证用的Key和Secret

master
iot_user 4 years ago
parent
commit
9117582a48

+ 4
- 4
TPMSBleSDKDemo/TPMSBleSDKDemo.xcodeproj/project.pbxproj View File

objects = { objects = {


/* Begin PBXBuildFile section */ /* 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 */; }; E6EF567322D3314800F8B2DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF567222D3314800F8B2DA /* AppDelegate.m */; };
E6EF567622D3314800F8B2DA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF567522D3314800F8B2DA /* ViewController.m */; }; E6EF567622D3314800F8B2DA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF567522D3314800F8B2DA /* ViewController.m */; };
E6EF567922D3314800F8B2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E6EF567722D3314800F8B2DA /* Main.storyboard */; }; E6EF567922D3314800F8B2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E6EF567722D3314800F8B2DA /* Main.storyboard */; };
E6EF567E22D3314900F8B2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E6EF567C22D3314900F8B2DA /* LaunchScreen.storyboard */; }; E6EF567E22D3314900F8B2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E6EF567C22D3314900F8B2DA /* LaunchScreen.storyboard */; };
E6EF568122D3314900F8B2DA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF568022D3314900F8B2DA /* main.m */; }; E6EF568122D3314900F8B2DA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF568022D3314900F8B2DA /* main.m */; };
E6EF568B22D3314900F8B2DA /* TPMSBleSDKDemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF568A22D3314900F8B2DA /* TPMSBleSDKDemoUITests.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 */ /* End PBXBuildFile section */


/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */


/* Begin PBXFileReference 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; }; 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>"; }; 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>"; }; E6EF567222D3314800F8B2DA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
E6EF568622D3314900F8B2DA /* TPMSBleSDKDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TPMSBleSDKDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 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>"; }; 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>"; }; 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 */ /* End PBXFileReference section */


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

BIN
TPMSBleSDKDemo/TPMSBleSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/iot_user.xcuserdatad/UserInterfaceState.xcuserstate View File


+ 1
- 1
TPMSBleSDKDemo/TPMSBleSDKDemo/AppDelegate.m View File



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



+ 1
- 1
TPMSBleSDKDemo/TPMSBleSDKDemo/TPMSBleSDK.framework/Headers/ELTPMSBleManager.h View File

@property (nonatomic, weak) id<ELTPMSBleManagerDelegate> delegate; @property (nonatomic, weak) id<ELTPMSBleManagerDelegate> delegate;




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




+(instancetype)shareManager; +(instancetype)shareManager;

BIN
TPMSBleSDKDemo/TPMSBleSDKDemo/TPMSBleSDK.framework/Info.plist View File


BIN
TPMSBleSDKDemo/TPMSBleSDKDemo/TPMSBleSDK.framework/TPMSBleSDK View File


Loading…
Cancel
Save