Skip to content

Commit

Permalink
Merge pull request #254 from newrelic/auto-production-release-7.4.12
Browse files Browse the repository at this point in the history
[7.4.12] Production Release
  • Loading branch information
cdillard-NewRelic committed May 29, 2024
2 parents 9bfce72 + a9b8ab7 commit 9e1a24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NewRelicAgent.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Pod::Spec.new do |s|
s.name = "NewRelicAgent"
s.version = "7.4.11"
s.version = "7.4.12"
s.summary = "Real-time performance data with your next iOS app release."
s.homepage = "http://newrelic.com/mobile-monitoring"
s.license = { :type => "Commercial", :file => "LICENSE" }
s.author = { "New Relic, Inc." => "support@newrelic.com" }
s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.11.zip" }
s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.12.zip" }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.vendored_frameworks = "NewRelic.xcframework"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let package = Package(
name: "NewRelicPackage",
dependencies: []),
.binaryTarget(name: "NewRelic",
url: "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.11.zip",
checksum: "d76bece5c65b29769ccd31c12f4a8322e82442585981500889557d632ce042e8")
url: "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.12.zip",
checksum: "29ac8b81bf14cc3ca2e7101105487440dc2df74c0236908d57fded01e08c5829")
]
)

0 comments on commit 9e1a24f

Please sign in to comment.