Skip to content

Commit

Permalink
Merge pull request #24 from dji-sdk/dji-sdk/dji_uxsdk_5.0_beta_4.1
Browse files Browse the repository at this point in the history
UXSDK 5.0-b4.1 release code
  • Loading branch information
cristina-suciu authored Feb 25, 2021
2 parents 932ef49 + 11a9dda commit 90e41ec
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions DJI-UXSDK-iOS-Beta-Accessory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DJI-UXSDK-iOS-Beta-Accessory'
s.version = '0.4.0'
s.version = '0.4.1'
s.license = 'MIT'
s.summary = 'Accessory utilities for DJI iOS UX SDK.'
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.7.1'
s.source_files = 'UXSDKAccessory/**/*.{h,m,swift}'
s.resource_bundle = { 'UXSDKAccessoryAssets' => 'UXSDKAccessory/**/*.{xcassets,html,otf}' }
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4.1'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
end
4 changes: 2 additions & 2 deletions DJI-UXSDK-iOS-Beta-Core.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DJI-UXSDK-iOS-Beta-Core'
s.version = '0.4.0'
s.version = '0.4.1'
s.license = 'MIT'
s.summary = 'Core utilities for DJI iOS UX SDK.'
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.7.1'
s.source_files = 'UXSDKCore/**/*.{h,m,swift}'
s.resource_bundle = { 'UXSDKCoreAssets' => 'UXSDKCore/**/*.{xcassets,html,otf}' }
s.dependency 'DJI-SDK-iOS', '~> 4.14-trial1'
s.dependency 'DJI-SDK-iOS', '~> 4.14'
s.dependency 'DJIWidget', '~> 1.6.4'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
Expand Down
4 changes: 2 additions & 2 deletions DJI-UXSDK-iOS-Beta-Flight.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DJI-UXSDK-iOS-Beta-Flight'
s.version = '0.4.0'
s.version = '0.4.1'
s.license = 'MIT'
s.summary = 'Flight utilities for DJI iOS UX SDK.'
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.7.1'
s.source_files = 'UXSDKFlight/**/*.{h,m,swift}'
s.resource_bundle = { 'UXSDKFlightAssets' => 'UXSDKFlight/**/*.{xcassets,html,otf}' }
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4.1'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
end
4 changes: 2 additions & 2 deletions DJI-UXSDK-iOS-Beta-Map.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DJI-UXSDK-iOS-Beta-Map'
s.version = '0.4.0'
s.version = '0.4.1'
s.license = 'MIT'
s.summary = 'Map utilities for DJI iOS UX SDK.'
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.7.1'
s.source_files = 'UXSDKMap/**/*.{h,m,swift}'
s.resource_bundle = { 'UXSDKMapAssets' => 'UXSDKMap/**/*.{xcassets,html,otf}' }
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '~> 0.4.1'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
end
10 changes: 5 additions & 5 deletions DJI-UXSDK-iOS-Beta.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DJI-UXSDK-iOS-Beta'
s.version = '0.4'
s.version = '0.4.1'
s.license = 'MIT'
s.summary = 'DJI iOS UX SDK'
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
Expand All @@ -15,10 +15,10 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES'}
s.cocoapods_version = '>= 1.7.1'
s.source_files = 'DJIUXSDKBeta/**/*.{h,m,swift}'
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Flight', '0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Accessory', '0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Map', '0.4'
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '0.4.1'
s.dependency 'DJI-UXSDK-iOS-Beta-Flight', '0.4.1'
s.dependency 'DJI-UXSDK-iOS-Beta-Accessory', '0.4.1'
s.dependency 'DJI-UXSDK-iOS-Beta-Map', '0.4.1'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => "arm64 armv7 i386" }
end
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 DJI
Copyright (c) 2018-2021 DJI

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

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.

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).
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).

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).
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).

## Installation

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.
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.

## Documentation

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

## Future Plans

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.
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.

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***.

## License

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.
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.

2 changes: 1 addition & 1 deletion UXSDKBetaSampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'UXSDKBetaSampleApp' do
use_frameworks!

pod 'iOS-Color-Picker'
pod 'DJI-UXSDK-iOS-Beta', '0.4'
pod 'DJI-UXSDK-iOS-Beta', '0.4.1'

end

Expand Down

0 comments on commit 90e41ec

Please sign in to comment.