Skip to content

Commit

Permalink
Merge pull request #191 from newrelic/auto-production-release-7.4.8
Browse files Browse the repository at this point in the history
[7.4.8] Production Release
  • Loading branch information
cdillard-NewRelic authored Dec 13, 2023
2 parents 03f581b + daa3f04 commit a44828a
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.7"
s.version = "7.4.8"
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_agent/NewRelic_XCFramework_Agent_7.4.7.zip" }
s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.8.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.7.zip",
checksum: "dabdfd22b8526f2713bd1335d73097066c79e51d80cb3644eac262703c4911d4")
url: "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.8.zip",
checksum: "96af08369f21b7c4b6b9ca5ea20d78752445f02d0223c44694012ad19530eba6")
]
)

0 comments on commit a44828a

Please sign in to comment.