mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
Update target version to 12.0 (#319)
* bump target versions of tvOS and iOS to 12.0 * update changelog * remove generated file * update Readme --------- Co-authored-by: Dima <v-dmkira@microsoft.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
# Version 1.11.3 (Under development)
|
||||
|
||||
* **[Improvement]** Update target iOS and tvOS version to 12.0.
|
||||
* **[Improvement]** Support Xcode 16 build.
|
||||
|
||||
___
|
||||
|
||||
@@ -4045,14 +4045,14 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Dependencies/protobuf-c\"";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||
MACOSX_DEPLOYMENT_TARGET = 11.5;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LIBTOOLFLAGS = "-no_warning_for_no_symbols";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.microsoft.${PRODUCT_NAME:identifier}";
|
||||
PRODUCT_NAME = CrashReporter;
|
||||
PROTOBUF_C_UNPACK_ERROR = PLCF_DEBUG;
|
||||
TVOS_DEPLOYMENT_TARGET = 11.0;
|
||||
TVOS_DEPLOYMENT_TARGET = 12.0;
|
||||
WARNING_CFLAGS = "-Wall";
|
||||
};
|
||||
name = Debug;
|
||||
@@ -4110,13 +4110,13 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Dependencies/protobuf-c\"";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||
MACOSX_DEPLOYMENT_TARGET = 11.5;
|
||||
OTHER_LIBTOOLFLAGS = "-no_warning_for_no_symbols";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.microsoft.${PRODUCT_NAME:identifier}";
|
||||
PRODUCT_NAME = CrashReporter;
|
||||
PROTOBUF_C_UNPACK_ERROR = PLCF_DEBUG;
|
||||
TVOS_DEPLOYMENT_TARGET = 11.0;
|
||||
TVOS_DEPLOYMENT_TARGET = 12.0;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WARNING_CFLAGS = "-Wall";
|
||||
};
|
||||
|
||||
@@ -14,8 +14,8 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.resource_bundle = { 'PLCrashReporter' => 'CrashReporter.xcframework/PrivacyInfo.xcprivacy' }
|
||||
|
||||
spec.ios.deployment_target = '11.0'
|
||||
spec.ios.deployment_target = '12.0'
|
||||
spec.osx.deployment_target = '11.5'
|
||||
spec.tvos.deployment_target = '11.0'
|
||||
spec.tvos.deployment_target = '12.0'
|
||||
spec.vendored_frameworks = "CrashReporter.xcframework"
|
||||
end
|
||||
|
||||
@@ -20,7 +20,7 @@ The easiest way to use PLCrashReporter is by using [AppCenter](https://appcenter
|
||||
## Prerequisites
|
||||
|
||||
- Xcode 11 or above.
|
||||
- Minimum supported platforms: iOS 11, macOS 11.5, tvOS 11, Mac Catalyst 13.0.
|
||||
- Minimum supported platforms: iOS 12, macOS 11.5, tvOS 12, Mac Catalyst 13.0.
|
||||
|
||||
## Decoding Crash Reports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user