Skip to content

Commit

Permalink
chore: update apm module to version 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Sep 18, 2023
1 parent 9ac2727 commit e74c152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e74c152

Please sign in to comment.