Skip to content

Commit

Permalink
Fix NRTestApp - tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard-NewRelic committed Jan 3, 2024
1 parent 8f04f0b commit a6fa3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test Harness/NRTestApp/NRTestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
2B2B3FB92AEB166E00C24897 /* harvestCollector.json in Resources */ = {isa = PBXBuildFile; fileRef = 2B2B3FB32AEB166E00C24897 /* harvestCollector.json */; };
2BB147062B45C6BF00FCCEEA /* AppDelegate+UITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF1FA3B2AE32C9500E9019C /* AppDelegate+UITest.swift */; };
2BD05DD42ADF323A00C0C972 /* NRTestAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD05DD32ADF323A00C0C972 /* NRTestAppUITests.swift */; };
2BD05DDC2ADF324D00C0C972 /* HTTPDynamicStubs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD05DCB2ADF2F4000C0C972 /* HTTPDynamicStubs.swift */; };
2BD05DDD2ADF326A00C0C972 /* String+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD05DA52ADF2DF600C0C972 /* String+File.swift */; };
Expand Down Expand Up @@ -862,6 +863,7 @@
F86429342979CDFA002ABA01 /* plistHelper.swift in Sources */,
F86429352979CDFA002ABA01 /* triggerException.m in Sources */,
F86429382979CDFA002ABA01 /* AppDelegate.swift in Sources */,
2BB147062B45C6BF00FCCEEA /* AppDelegate+UITest.swift in Sources */,
F86429392979CDFA002ABA01 /* SceneDelegate.swift in Sources */,
F864293A2979CDFA002ABA01 /* ViewControllerProvider.swift in Sources */,
F864293B2979CDFA002ABA01 /* Coordinator.swift in Sources */,
Expand Down

0 comments on commit a6fa3ac

Please sign in to comment.