Skip to content

Commit

Permalink
[create-pull-request] automated change (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: cdillard-NewRelic <[email protected]>
  • Loading branch information
github-actions[bot] and cdillard-NewRelic authored Dec 9, 2024
1 parent a447a40 commit af27ac3
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.3-rc.1200"
s.version = "7.5.3"
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.3-rc.1200.zip" }
s.source = { :http => "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.5.3.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.3-rc.1200.zip",
checksum: "8888c4e0389ca115a59073eac14037ace46a414f739dc211e710d843e4059797")
url: "https://download.newrelic.com/ios_agent/NewRelic_XCFramework_Agent_7.5.3.zip",
checksum: "e93daf21bdd3f6b741207f1dd6597e7359839e876f5b78b6070b43e907dd3d49")
]
)

0 comments on commit af27ac3

Please sign in to comment.