-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NO JIRA] Bumps iOS agent to '7.4.9' (#193)
* [7.4.7-rc.589] Staging Release * do cocoapods, then swift pm * push SPM change for 7.4.7 * Branching from the main for beta tests (#133) * Branching from the main for beta tests * This should fix the tvOS beta not being found * Added tvOS app tests * Added a step to the app unit tests to add a secret api key * Fixed some typos * [7.4.7] Production Release (#159) * [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]> * [7.4.8-rc.710] Staging Release * Include Prod Podspec Job by default in productionDeploy * [create-pull-request] automated change * Bump to v749 * try remving Gemfile.lock changes * try bumping xcode v * try fix fastlane v * lower xcode v --------- Co-authored-by: cdillard-NewRelic <[email protected]> Co-authored-by: mbruin-NR <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8f04f0b
commit 0d876ec
Showing
6 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4976,9 +4976,9 @@ | |
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEVELOPMENT_TEAM = RQZ9D969HD; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES; | ||
|
@@ -5029,9 +5029,9 @@ | |
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES; | ||
|
@@ -5104,10 +5104,10 @@ | |
CODE_SIGN_IDENTITY = "Apple Development: [email protected] (3ZGR4484Y2)"; | ||
CODE_SIGN_STYLE = Manual; | ||
COPY_PHASE_STRIP = NO; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEBUG_INFORMATION_FORMAT = dwarf; | ||
DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING = YES; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
GCC_C_LANGUAGE_STANDARD = c99; | ||
|
@@ -5179,10 +5179,10 @@ | |
CODE_SIGN_IDENTITY = "Apple Development: [email protected] (3ZGR4484Y2)"; | ||
CODE_SIGN_STYLE = Manual; | ||
COPY_PHASE_STRIP = NO; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING = YES; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = c99; | ||
|
@@ -5223,12 +5223,12 @@ | |
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; | ||
CODE_SIGN_STYLE = Manual; | ||
COPY_PHASE_STRIP = YES; | ||
CURRENT_PROJECT_VERSION = 7.4.8; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
"DEVELOPMENT_TEAM[sdk=macosx*]" = SU7SUNGZJP; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 7.4.8; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_BITCODE = NO; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
|
@@ -5252,7 +5252,7 @@ | |
"@executable_path/Frameworks", | ||
"@loader_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 7.4.8; | ||
MARKETING_VERSION = 7.4.9; | ||
MODULEMAP_FILE = agent.modulemap; | ||
OTHER_CFLAGS = "$(inherited"; | ||
OTHER_LDFLAGS = ""; | ||
|
@@ -5283,11 +5283,11 @@ | |
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution: New Relic Inc (SU7SUNGZJP)"; | ||
CODE_SIGN_STYLE = Manual; | ||
COPY_PHASE_STRIP = YES; | ||
CURRENT_PROJECT_VERSION = 7.4.8; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 7.4.8; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
|
@@ -5309,7 +5309,7 @@ | |
"@executable_path/Frameworks", | ||
"@loader_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 7.4.8; | ||
MARKETING_VERSION = 7.4.9; | ||
MODULEMAP_FILE = agent.modulemap; | ||
OTHER_CFLAGS = "$(inherited"; | ||
OTHER_LDFLAGS = ""; | ||
|
@@ -5334,9 +5334,9 @@ | |
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEVELOPMENT_TEAM = RQZ9D969HD; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
|
@@ -5391,9 +5391,9 @@ | |
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
|
@@ -5440,9 +5440,9 @@ | |
CLANG_ENABLE_CODE_COVERAGE = YES; | ||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
HEADER_SEARCH_PATHS = ( | ||
"${PROJECT_DIR}/UnitTests/", | ||
"${SRCROOT}/**", | ||
|
@@ -5479,9 +5479,9 @@ | |
CLANG_ENABLE_CODE_COVERAGE = YES; | ||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 7.4.7; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
DYLIB_CURRENT_VERSION = 7.4.7; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
HEADER_SEARCH_PATHS = ( | ||
"${PROJECT_DIR}/UnitTests/", | ||
"${SRCROOT}/**", | ||
|
@@ -5519,12 +5519,12 @@ | |
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "Apple Development"; | ||
CODE_SIGN_STYLE = Manual; | ||
COPY_PHASE_STRIP = YES; | ||
CURRENT_PROJECT_VERSION = 7.4.8; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
"DEVELOPMENT_TEAM[sdk=appletvos*]" = SU7SUNGZJP; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 7.4.8; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_BITCODE = NO; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
|
@@ -5546,7 +5546,7 @@ | |
"@executable_path/Frameworks", | ||
"@loader_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 7.4.8; | ||
MARKETING_VERSION = 7.4.9; | ||
MODULEMAP_FILE = agent.modulemap; | ||
OTHER_LDFLAGS = ""; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.newrelic.Agent; | ||
|
@@ -5572,11 +5572,11 @@ | |
CODE_SIGN_IDENTITY = "Apple Distribution: New Relic Inc (SU7SUNGZJP)"; | ||
CODE_SIGN_STYLE = Manual; | ||
COPY_PHASE_STRIP = YES; | ||
CURRENT_PROJECT_VERSION = 7.4.8; | ||
CURRENT_PROJECT_VERSION = 7.4.9; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 7.4.8; | ||
DYLIB_CURRENT_VERSION = 7.4.9; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_BITCODE = NO; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
|
@@ -5597,7 +5597,7 @@ | |
"@executable_path/Frameworks", | ||
"@loader_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 7.4.8; | ||
MARKETING_VERSION = 7.4.9; | ||
MODULEMAP_FILE = agent.modulemap; | ||
OTHER_LDFLAGS = ""; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.newrelic.Agent; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem "fastlane" | ||
gem "fastlane", '2.216.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ PLATFORMS | |
universal-darwin-22 | ||
|
||
DEPENDENCIES | ||
fastlane | ||
fastlane (= 2.216.0) | ||
|
||
BUNDLED WITH | ||
2.4.19 | ||
2.4.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.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-v5/NewRelic_XCFramework_Agent_7.4.7-rc.589.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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters