Merge pull request #2357 from microsoft/release/4.3.1
Prepare develop for the next release (4.3.1)
This commit is contained in:
Коммит
5b13601cb6
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'AppCenter'
|
||||
s.version = '4.3.0'
|
||||
s.version = '4.3.1'
|
||||
|
||||
s.summary = 'Visual Studio App Center is your continuous integration, delivery and learning solution for iOS and macOS apps.'
|
||||
s.description = <<-DESC
|
||||
|
@ -65,8 +65,7 @@ Pod::Spec.new do |s|
|
|||
ss.dependency 'AppCenter/Core'
|
||||
ss.frameworks = 'Foundation'
|
||||
ss.ios.frameworks = 'UIKit'
|
||||
ss.ios.weak_frameworks = 'AuthenticationServices'
|
||||
ss.ios.weak_frameworks = 'SafariServices'
|
||||
ss.ios.weak_frameworks = 'SafariServices', 'AuthenticationServices'
|
||||
ss.ios.resource_bundle = { 'AppCenterDistributeResources' => ['AppCenter-SDK-Apple/AppCenterDistributeResources.bundle/*.lproj'] }
|
||||
ss.ios.vendored_frameworks = "AppCenter-SDK-Apple/AppCenterDistribute.xcframework"
|
||||
end
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# App Center SDK for iOS, macOS and tvOS Change Log
|
||||
|
||||
## Version 4.3.1
|
||||
|
||||
___
|
||||
|
||||
## Version 4.3.0
|
||||
|
||||
### App Center Crashes
|
||||
|
@ -12,6 +16,7 @@
|
|||
|
||||
- **[Fix]** Fix a warning `'Resources/AppCenterDistribute.strings': file not found` when resolving swift packages using Swift 5.5.
|
||||
- **[Fix]** Fix the part of the script which is responsible for cleanup the resource bundles inside the xcframework.
|
||||
- **[Fix]** Fix `Undefined symbols for architecture x86_64` for `ASWebAuthenticationSession` for Cocoapods (v 1.11) integration.
|
||||
|
||||
___
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
BUILD_NUMBER = 1
|
||||
VERSION_STRING = 4.3.0
|
||||
VERSION_STRING = 4.3.1
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenter
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterAnalytics
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterCrashes
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterDistribute
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenter
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterAnalytics
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterCrashes
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: appletvsimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenter
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: appletvsimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterAnalytics
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: appletvsimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterCrashes
|
||||
module_version: 4.3.0
|
||||
module_version: 4.3.1
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ let package = Package(
|
|||
path: "AppCenter/AppCenter",
|
||||
exclude: ["Support"],
|
||||
cSettings: [
|
||||
.define("APP_CENTER_C_VERSION", to:"\"4.3.0\""),
|
||||
.define("APP_CENTER_C_VERSION", to:"\"4.3.1\""),
|
||||
.define("APP_CENTER_C_BUILD", to:"\"1\""),
|
||||
.headerSearchPath("**"),
|
||||
],
|
||||
|
|
|
@ -36,7 +36,7 @@ let package = Package(
|
|||
path: "AppCenter/AppCenter",
|
||||
exclude: ["Support"],
|
||||
cSettings: [
|
||||
.define("APP_CENTER_C_VERSION", to:"\"4.3.0\""),
|
||||
.define("APP_CENTER_C_VERSION", to:"\"4.3.1\""),
|
||||
.define("APP_CENTER_C_BUILD", to:"\"1\""),
|
||||
.headerSearchPath("**"),
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче