Skip to content

Commit

Permalink
Merge pull request #2419 from microsoft/develop
Browse files Browse the repository at this point in the history
Merge 4.4.3 changes to master branch
  • Loading branch information
MatkovIvan authored Jul 18, 2022
2 parents 8354a50 + 2458e2e commit b2dc99c
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion AppCenter.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.10'
s.name = 'AppCenter'
s.version = '4.4.2'
s.version = '4.4.3'

s.summary = 'Visual Studio App Center is your continuous integration, delivery and learning solution for iOS and macOS apps.'
s.description = <<-DESC
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# App Center SDK for iOS, macOS and tvOS Change Log

## Version 4.4.3

### App Center Crashes

* **[Improvement]** Update PLCrashReporter to 1.10.2.

___

## Version 4.4.2

### App Center Analytics
Expand Down
2 changes: 1 addition & 1 deletion Config/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BUILD_NUMBER = 1
VERSION_STRING = 4.4.2
VERSION_STRING = 4.4.3
2 changes: 1 addition & 1 deletion Documentation/iOS/AppCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: AppCenter
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/AppCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: AppCenterAnalytics
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/AppCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: AppCenterCrashes
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/AppCenterDistribute/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: AppCenterDistribute
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/AppCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: AppCenter
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/AppCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: AppCenterAnalytics
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/AppCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: AppCenterCrashes
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/AppCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: AppCenter
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/AppCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: AppCenterAnalytics
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/AppCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: AppCenterCrashes
module_version: 4.4.2
module_version: 4.4.3
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let package = Package(
targets: ["AppCenterCrashes"])
],
dependencies: [
.package(url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMinor(from: "1.10.1")),
.package(url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMinor(from: "1.10.2")),
],
targets: [
.target(
Expand All @@ -77,7 +77,7 @@ let package = Package(
exclude: ["Support"],
cSettings: {
var settings: [CSetting] = [
.define("APP_CENTER_C_VERSION", to: "\"4.4.2\""),
.define("APP_CENTER_C_VERSION", to: "\"4.4.3\""),
.define("APP_CENTER_C_BUILD", to: "\"1\"")
]
settings.append(contentsOf: cHeaderSearchPaths)
Expand Down
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let package = Package(
targets: ["AppCenterDistribute"]),
],
dependencies: [
.package(url: "https://github.com/microsoft/PLCrashReporter.git", .upToNextMinor(from: "1.10.1")),
.package(url: "https://github.com/microsoft/PLCrashReporter.git", .upToNextMinor(from: "1.10.2")),
],
targets: [
.target(
Expand All @@ -82,7 +82,7 @@ let package = Package(
exclude: ["Support"],
cSettings: {
var settings: [CSetting] = [
.define("APP_CENTER_C_VERSION", to: "\"4.4.2\""),
.define("APP_CENTER_C_VERSION", to: "\"4.4.3\""),
.define("APP_CENTER_C_BUILD", to: "\"1\"")
]
settings.append(contentsOf: cHeaderSearchPaths)
Expand Down
2 changes: 1 addition & 1 deletion Vendor/PLCrashReporter
Submodule PLCrashReporter updated 29 files
+8 −0 CHANGELOG.md
+41 −353 CrashReporter.xcodeproj/project.pbxproj
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter Archive.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter Documentation.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter XCFramework.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter iOS Framework.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter iOS Universal.xcscheme
+1 −1 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter iOS.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter macOS Framework.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter macOS Static Framework.xcscheme
+1 −1 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter macOS.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter tvOS Framework.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter tvOS Universal.xcscheme
+1 −1 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter tvOS.xcscheme
+1 −1 CrashReporter.xcodeproj/xcshareddata/xcschemes/CrashReporter.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/DemoCrash iOS.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/DemoCrash macOS.xcscheme
+2 −2 CrashReporter.xcodeproj/xcshareddata/xcschemes/DemoCrash tvOS.xcscheme
+1 −1 CrashReporter.xcodeproj/xcshareddata/xcschemes/Fuzz Testing.xcscheme
+1 −1 CrashReporter.xcodeproj/xcshareddata/xcschemes/plcrashutil.xcscheme
+1 −1 Dependencies/cgmanifest.json
+43 −42 Dependencies/protobuf-c/protobuf-c/protobuf-c.c
+6 −2 Dependencies/protobuf-c/protobuf-c/protobuf-c.h
+1 −1 PLCrashReporter.podspec
+17 −5 README.md
+41 −0 SECURITY.md
+3 −5 Scripts/combine-xcframework.sh
+31 −31 Source/PLCrashReport.pb-c.h
+1 −1 Source/PLCrashReporterConfig.m
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"git": {
"name": "PLCrashReporter",
"repositoryUrl": "https://github.com/microsoft/plcrashreporter.git",
"commitHash": "fb99815e78f8acf05e61504d5ea008a288ad7d09"
"commitHash": "1edf9be2c83172e7f9e3c72ffe42f07c41106f02"
}
}
},
Expand Down

0 comments on commit b2dc99c

Please sign in to comment.