From e74c152611a6564416543b1e59fcc8ca27ced814 Mon Sep 17 00:00:00 2001 From: YoloMao Date: Mon, 18 Sep 2023 20:54:40 +0800 Subject: [PATCH] chore: update apm module to version 0.0.15 --- Example/Podfile | 3 +++ Package.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Example/Podfile b/Example/Podfile index 711d78169..a2eea6741 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -76,6 +76,9 @@ end post_install do |installer| installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' + end if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' diff --git a/Package.swift b/Package.swift index 8d731562e..e4374248f 100644 --- a/Package.swift +++ b/Package.swift @@ -40,7 +40,7 @@ let package = Package( ), .package( url: "https://github.com/growingio/growingio-sdk-ios-performance-ext.git", - "0.0.14" ..< "1.0.0" + "0.0.15" ..< "1.0.0" ), .package( url: "https://github.com/apple/swift-protobuf.git",