Skip to content

Commit

Permalink
[7.4.7] Production Release (#159)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* Fix auto-prod PR to include Cocoapod spec update

---------

Co-authored-by: cdillard-NewRelic <[email protected]>
Co-authored-by: Chris Dillard <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent 9e1d783 commit 71c95be
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-rc.589"
s.version = "7.4.7"
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.4.7-rc.589.zip" }
s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.7.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-v5/NewRelic_XCFramework_Agent_7.4.7-rc.589.zip",
checksum: "4d5b8b8415d7e4d98fc12f1bf78347fe4f52c85bea0660be96c17d2a1a705752")
url: "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.4.7.zip",
checksum: "dabdfd22b8526f2713bd1335d73097066c79e51d80cb3644eac262703c4911d4")
]
)

0 comments on commit 71c95be

Please sign in to comment.