Skip to content

Commit

Permalink
Merge pull request #311 from newrelic/auto-production-release-7.5.2
Browse files Browse the repository at this point in the history
[7.5.2] Production Release
  • Loading branch information
mbruin-NR authored Sep 25, 2024
2 parents 25ab727 + 711b37f commit c1da4a5
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.5.2-rc.1135"
s.version = "7.5.2"
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." => "[email protected]" }
s.source = { :http => "https://download.newrelic.com/ios-v5/NewRelic_XCFramework_Agent_7.5.2-rc.1135.zip" }
s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.5.2.zip" }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '10.0'
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-v5/NewRelic_XCFramework_Agent_7.5.2-rc.1135.zip",
checksum: "46f03acd8e3bf74ab3af6dc151d2d91a5f30369e282a9b9515b3540b8fcb0ff5")
url: "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.5.2.zip",
checksum: "650ef2196d5af8118c64f3485b0518841164e617eab889e61f351c24890dd43c")
]
)

0 comments on commit c1da4a5

Please sign in to comment.