Skip to content

Commit 90e41ec

Browse files
Merge pull request #24 from dji-sdk/dji-sdk/dji_uxsdk_5.0_beta_4.1
UXSDK 5.0-b4.1 release code
2 parents 932ef49 + 11a9dda commit 90e41ec

8 files changed

+21
-21
lines changed

DJI-UXSDK-iOS-Beta-Accessory.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DJI-UXSDK-iOS-Beta-Accessory'
3-
s.version = '0.4.0'
3+
s.version = '0.4.1'
44
s.license = 'MIT'
55
s.summary = 'Accessory utilities for DJI iOS UX SDK.'
66
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.cocoapods_version = '>= 1.7.1'
1717
s.source_files = 'UXSDKAccessory/**/*.{h,m,swift}'
1818
s.resource_bundle = { 'UXSDKAccessoryAssets' => 'UXSDKAccessory/**/*.{xcassets,html,otf}' }
19-
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4'
19+
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4.1'
2020
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2121
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2222
end

DJI-UXSDK-iOS-Beta-Core.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DJI-UXSDK-iOS-Beta-Core'
3-
s.version = '0.4.0'
3+
s.version = '0.4.1'
44
s.license = 'MIT'
55
s.summary = 'Core utilities for DJI iOS UX SDK.'
66
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.cocoapods_version = '>= 1.7.1'
1717
s.source_files = 'UXSDKCore/**/*.{h,m,swift}'
1818
s.resource_bundle = { 'UXSDKCoreAssets' => 'UXSDKCore/**/*.{xcassets,html,otf}' }
19-
s.dependency 'DJI-SDK-iOS', '~> 4.14-trial1'
19+
s.dependency 'DJI-SDK-iOS', '~> 4.14'
2020
s.dependency 'DJIWidget', '~> 1.6.4'
2121
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2222
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }

DJI-UXSDK-iOS-Beta-Flight.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DJI-UXSDK-iOS-Beta-Flight'
3-
s.version = '0.4.0'
3+
s.version = '0.4.1'
44
s.license = 'MIT'
55
s.summary = 'Flight utilities for DJI iOS UX SDK.'
66
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.cocoapods_version = '>= 1.7.1'
1717
s.source_files = 'UXSDKFlight/**/*.{h,m,swift}'
1818
s.resource_bundle = { 'UXSDKFlightAssets' => 'UXSDKFlight/**/*.{xcassets,html,otf}' }
19-
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4'
19+
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4.1'
2020
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2121
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2222
end

DJI-UXSDK-iOS-Beta-Map.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DJI-UXSDK-iOS-Beta-Map'
3-
s.version = '0.4.0'
3+
s.version = '0.4.1'
44
s.license = 'MIT'
55
s.summary = 'Map utilities for DJI iOS UX SDK.'
66
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.cocoapods_version = '>= 1.7.1'
1717
s.source_files = 'UXSDKMap/**/*.{h,m,swift}'
1818
s.resource_bundle = { 'UXSDKMapAssets' => 'UXSDKMap/**/*.{xcassets,html,otf}' }
19-
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4'
19+
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4.1'
2020
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2121
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2222
end

DJI-UXSDK-iOS-Beta.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DJI-UXSDK-iOS-Beta'
3-
s.version = '0.4'
3+
s.version = '0.4.1'
44
s.license = 'MIT'
55
s.summary = 'DJI iOS UX SDK'
66
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
@@ -15,10 +15,10 @@ Pod::Spec.new do |s|
1515
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES'}
1616
s.cocoapods_version = '>= 1.7.1'
1717
s.source_files = 'DJIUXSDKBeta/**/*.{h,m,swift}'
18-
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '0.4'
19-
s.dependency 'DJI-UXSDK-iOS-Beta-Flight', '0.4'
20-
s.dependency 'DJI-UXSDK-iOS-Beta-Accessory', '0.4'
21-
s.dependency 'DJI-UXSDK-iOS-Beta-Map', '0.4'
18+
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '0.4.1'
19+
s.dependency 'DJI-UXSDK-iOS-Beta-Flight', '0.4.1'
20+
s.dependency 'DJI-UXSDK-iOS-Beta-Accessory', '0.4.1'
21+
s.dependency 'DJI-UXSDK-iOS-Beta-Map', '0.4.1'
2222
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2323
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
2424
end

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 DJI
3+
Copyright (c) 2018-2021 DJI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
The DJI UX SDK speeds up development time by providing UI elements for all core functionalities, and by using it in conjunction with the [DJI Mobile SDK](https://developer.dji.com/mobile-sdk/) you can create a customized mobile app to unlock the full potential of your DJI aerial platform. Using the default UX SDK, an application can be created with no additional lines of code; you can also pick and choose which elements you want to use for maximum UI flexibility.
44

5-
With the UX SDK 5.0 version we are introducing an easy way to customize all the UI elements, as well as extend the base classes to build your own custom widgets. For more details, see the [UX SDK 5.0 overview](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/wiki).
5+
With the UX SDK 5.0 version we are introducing an easy way to customize all the UI elements, as well as extend the base classes to build your own custom widgets. For more details, see the [UX SDK 5.0 overview](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki).
66

7-
Check out our sample app code in this repository with instructions on how to get started [here](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/UXSDKBetaSampleApp).
7+
Check out our sample app code in this repository with instructions on how to get started [here](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/tree/master/UXSDKBetaSampleApp).
88

99
## Installation
1010

11-
Read the [documentation for installation](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/wiki/Installation) to learn more about including this library in your applications.
11+
Read the [documentation for installation](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki/Installation) to learn more about including this library in your applications.
1212

1313
## Documentation
1414

15-
You can find the UX SDK documentation on the [wiki](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/wiki). This includes -
15+
You can find the UX SDK documentation on the [wiki](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki). This includes -
1616
* UX SDK 5.0 overview and main concepts
1717
* Documentation for all the individual widgets and panels
1818
* Sample app tutorial
@@ -25,11 +25,11 @@ You can also post questions, keep up to date on DJI developer news and contribut
2525

2626
## Future Plans
2727

28-
We are eager to give you a sneak peek, and are very interested in receiving your feedback and suggestions. Please refer to the wiki or the release notes for the full list of elements that the Beta 4 version makes available.
28+
We are eager to give you a sneak peek, and are very interested in receiving your feedback and suggestions. Please refer to the wiki or the release notes for the full list of elements that the Beta 4.1 version makes available.
2929

3030
Our long-term plan is for this framework to reach feature parity with the UX SDK 4.x release. The core team is currently working on porting the remaining widgets and other APIs to the new architecture and we will open source them in additional future Beta releases as they are completed. We welcome your feedback on the architecture and your ideas for additional widgets, including those not included in prior UX SDK releases, as well as your contributions and PRs for any ***currently open-sourced features***.
3131

3232
## License
3333

34-
Mobile-UXSDK-Beta-iOS is released under the MIT license. See [LICENSE.txt](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/blob/master/LICENSE) file for more info.
34+
Mobile-UXSDK-Beta-iOS is released under the MIT license. See [LICENSE.txt](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/tree/master/LICENSE) file for more info.
3535

UXSDKBetaSampleApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target 'UXSDKBetaSampleApp' do
55
use_frameworks!
66

77
pod 'iOS-Color-Picker'
8-
pod 'DJI-UXSDK-iOS-Beta', '0.4'
8+
pod 'DJI-UXSDK-iOS-Beta', '0.4.1'
99

1010
end
1111

0 commit comments

Comments
 (0)