Skip to content

Commit

Permalink
Fixing external accessory protocol list and Bluetooth privacy key.
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-dji committed Dec 14, 2020
1 parent 2017d97 commit 4df7246
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## What Is This?

The UX SDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the [DJI Mobile SDK](http://developer.dji.com/mobile-sdk/).
Also, check out the new open source version of [UX SDK Beta ](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS).

## Get Started Immediately

Expand Down Expand Up @@ -34,8 +33,8 @@ If you install it successfully, you should get the messages similar to the follo
~~~
Analyzing dependencies
Downloading dependencies
Installing DJI-SDK-iOS (4.13.1)
Installing DJI-UXSDK-iOS (4.13)
Installing DJI-SDK-iOS (4.14)
Installing DJI-UXSDK-iOS (4.14)
Installing DJIWidget (1.6.3)
Installing DJIFlySafeDatabaseResource (01.00.01.17)
Generating Pods project
Expand Down
1 change: 1 addition & 0 deletions Sample Code/ObjcSampleCode/UXSDKOCSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<string>com.dji.video</string>
<string>com.dji.protocol</string>
<string>com.dji.common</string>
<string>com.dji.logiclink</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ - (IBAction)useBridgeAction:(id)sender {
NSLog(@"Model name nil?");
}
}];
/*ProductCommunicationService.sharedInstance.useBridge = self.bridgeModeSwitch.isOn;

ProductCommunicationService.sharedInstance.useBridge = self.bridgeModeSwitch.isOn;
[ProductCommunicationService.sharedInstance disconnectProduct];
NSLog(@"Disconnected from product");*/
}

- (void)updateBridgeAppIP {
Expand Down
1 change: 1 addition & 0 deletions Sample Code/SwiftSampleCode/UXSDKSwiftSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<string>com.dji.video</string>
<string>com.dji.protocol</string>
<string>com.dji.common</string>
<string>com.dji.logiclink</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
Expand Down
Binary file modified docs/iOS_UX_SDK_Release_Notes.pdf
Binary file not shown.

0 comments on commit 4df7246

Please sign in to comment.