-
Notifications
You must be signed in to change notification settings - Fork 16
New Relic iOS agent 7.5.11 Production #506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
61d0e46
Fix: tvOS path for logging
cdillard-NewRelic 76de9c9
Merge pull request #494 from newrelic/fix-tvOS-paths
cdillard-NewRelic eddafe9
Merge branch 'main' of github.com:newrelic/newrelic-ios-agent into bu…
cdillard-NewRelic 2c6e516
bump: 7.5.11
cdillard-NewRelic 4097dd1
Merge pull request #495 from newrelic/bump-7511
cdillard-NewRelic 90fd9b1
fix: NRMAMethodProfiler when in UIHostingController
cdillard-NewRelic c52a2b3
Merge pull request #497 from newrelic/proper-fix-nrmamethodprofiler-lag
cdillard-NewRelic 8dbaaf6
fix: NRMALoggerBridge in NewEventSystem
cdillard-NewRelic f00c93d
Merge pull request #500 from newrelic/fix-nrmaloggerbridge-crash
cdillard-NewRelic 8860a66
rem:ove app will terminate handling (#502)
cdillard-NewRelic e057413
NR-472539 changed the distributed tracing not attaching log to debug,…
mbruin-NR 62acee4
Merge pull request #505 from newrelic/staging7512
cdillard-NewRelic 4dea065
[7.5.11-rc.1667] Staging Release
cdillard-NewRelic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -6307,9 +6307,9 @@ | |
| CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = RQZ9D969HD; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
| GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES; | ||
|
|
@@ -6362,9 +6362,9 @@ | |
| CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
| GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES; | ||
|
|
@@ -6439,11 +6439,11 @@ | |
| CODE_SIGN_IDENTITY = "Apple Development: [email protected] (3ZGR4484Y2)"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = NO; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEBUG_INFORMATION_FORMAT = dwarf; | ||
| DEFINES_MODULE = YES; | ||
| DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING = YES; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| ENABLE_TESTABILITY = YES; | ||
| GCC_C_LANGUAGE_STANDARD = c99; | ||
|
|
@@ -6518,11 +6518,11 @@ | |
| CODE_SIGN_IDENTITY = "Apple Development: [email protected] (3ZGR4484Y2)"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = NO; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
| DEFINES_MODULE = YES; | ||
| DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING = YES; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| ENABLE_NS_ASSERTIONS = NO; | ||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| GCC_C_LANGUAGE_STANDARD = c99; | ||
|
|
@@ -6566,12 +6566,12 @@ | |
| "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = YES; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEFINES_MODULE = YES; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| "DEVELOPMENT_TEAM[sdk=macosx*]" = SU7SUNGZJP; | ||
| DYLIB_COMPATIBILITY_VERSION = 1; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| ENABLE_BITCODE = NO; | ||
| FRAMEWORK_SEARCH_PATHS = ( | ||
|
|
@@ -6595,7 +6595,7 @@ | |
| "@executable_path/Frameworks", | ||
| "@loader_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 7.5.10; | ||
| MARKETING_VERSION = 7.5.11; | ||
| MODULEMAP_FILE = agent.modulemap; | ||
| OTHER_CFLAGS = "$(inherited)"; | ||
| OTHER_LDFLAGS = ""; | ||
|
|
@@ -6626,11 +6626,11 @@ | |
| "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution: New Relic Inc (SU7SUNGZJP)"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = YES; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEFINES_MODULE = YES; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_COMPATIBILITY_VERSION = 1; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| FRAMEWORK_SEARCH_PATHS = ( | ||
| "$(inherited)", | ||
|
|
@@ -6652,7 +6652,7 @@ | |
| "@executable_path/Frameworks", | ||
| "@loader_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 7.5.10; | ||
| MARKETING_VERSION = 7.5.11; | ||
| MODULEMAP_FILE = agent.modulemap; | ||
| OTHER_CFLAGS = "$(inherited)"; | ||
| OTHER_LDFLAGS = ""; | ||
|
|
@@ -6677,9 +6677,9 @@ | |
| CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = RQZ9D969HD; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| FRAMEWORK_SEARCH_PATHS = ( | ||
| "$(inherited)", | ||
| "$(PROJECT_DIR)/Frameworks", | ||
|
|
@@ -6736,9 +6736,9 @@ | |
| CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| FRAMEWORK_SEARCH_PATHS = ( | ||
| "$(inherited)", | ||
| "$(PROJECT_DIR)/Frameworks", | ||
|
|
@@ -6788,9 +6788,9 @@ | |
| CODE_SIGN_IDENTITY = "Apple Development"; | ||
| "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks"; | ||
| HEADER_SEARCH_PATHS = ( | ||
| "${PROJECT_DIR}/UnitTests/", | ||
|
|
@@ -6830,9 +6830,9 @@ | |
| CODE_SIGN_IDENTITY = "Apple Development"; | ||
| "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks"; | ||
| HEADER_SEARCH_PATHS = ( | ||
| "${PROJECT_DIR}/UnitTests/", | ||
|
|
@@ -6872,12 +6872,12 @@ | |
| "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "Apple Development"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = YES; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEFINES_MODULE = YES; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| "DEVELOPMENT_TEAM[sdk=appletvos*]" = SU7SUNGZJP; | ||
| DYLIB_COMPATIBILITY_VERSION = 1; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| ENABLE_BITCODE = NO; | ||
| FRAMEWORK_SEARCH_PATHS = ( | ||
|
|
@@ -6899,7 +6899,7 @@ | |
| "@executable_path/Frameworks", | ||
| "@loader_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 7.5.10; | ||
| MARKETING_VERSION = 7.5.11; | ||
| MODULEMAP_FILE = agent.modulemap; | ||
| OTHER_LDFLAGS = ""; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.newrelic.Agent; | ||
|
|
@@ -6925,11 +6925,11 @@ | |
| CODE_SIGN_IDENTITY = "Apple Distribution: New Relic Inc (SU7SUNGZJP)"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = YES; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEFINES_MODULE = YES; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_COMPATIBILITY_VERSION = 1; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| ENABLE_BITCODE = NO; | ||
| FRAMEWORK_SEARCH_PATHS = ( | ||
|
|
@@ -6950,7 +6950,7 @@ | |
| "@executable_path/Frameworks", | ||
| "@loader_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 7.5.10; | ||
| MARKETING_VERSION = 7.5.11; | ||
| MODULEMAP_FILE = agent.modulemap; | ||
| OTHER_LDFLAGS = ""; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.newrelic.Agent; | ||
|
|
@@ -6976,9 +6976,9 @@ | |
| CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = YES; | ||
| FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks"; | ||
| GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
|
|
@@ -7038,9 +7038,9 @@ | |
| CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEVELOPMENT_TEAM = SU7SUNGZJP; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = YES; | ||
| FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks"; | ||
| GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
|
|
@@ -7096,12 +7096,12 @@ | |
| CODE_SIGN_IDENTITY = "Apple Development"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = YES; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEFINES_MODULE = YES; | ||
| DEVELOPMENT_TEAM = ""; | ||
| "DEVELOPMENT_TEAM[sdk=watchos*]" = SU7SUNGZJP; | ||
| DYLIB_COMPATIBILITY_VERSION = 1; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| ENABLE_MODULE_VERIFIER = YES; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = NO; | ||
|
|
@@ -7124,7 +7124,7 @@ | |
| "@loader_path/Frameworks", | ||
| ); | ||
| LOCALIZATION_PREFERS_STRING_CATALOGS = NO; | ||
| MARKETING_VERSION = 7.5.10; | ||
| MARKETING_VERSION = 7.5.11; | ||
| MODULEMAP_FILE = agent.modulemap; | ||
| MODULE_VERIFIER_SUPPORTED_LANGUAGES = ""; | ||
| MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = ""; | ||
|
|
@@ -7154,12 +7154,12 @@ | |
| CODE_SIGN_IDENTITY = "Apple Distribution: New Relic Inc (SU7SUNGZJP)"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| COPY_PHASE_STRIP = YES; | ||
| CURRENT_PROJECT_VERSION = 7.5.10; | ||
| CURRENT_PROJECT_VERSION = 7.5.11; | ||
| DEFINES_MODULE = YES; | ||
| DEVELOPMENT_TEAM = ""; | ||
| "DEVELOPMENT_TEAM[sdk=watchos*]" = SU7SUNGZJP; | ||
| DYLIB_COMPATIBILITY_VERSION = 1; | ||
| DYLIB_CURRENT_VERSION = 7.5.10; | ||
| DYLIB_CURRENT_VERSION = 7.5.11; | ||
| DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| ENABLE_MODULE_VERIFIER = YES; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = NO; | ||
|
|
@@ -7181,7 +7181,7 @@ | |
| "@loader_path/Frameworks", | ||
| ); | ||
| LOCALIZATION_PREFERS_STRING_CATALOGS = NO; | ||
| MARKETING_VERSION = 7.5.10; | ||
| MARKETING_VERSION = 7.5.11; | ||
| MODULEMAP_FILE = agent.modulemap; | ||
| MODULE_VERIFIER_SUPPORTED_LANGUAGES = ""; | ||
| MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = ""; | ||
|
|
||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed the {\ but I guess it still compiles fine 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird 🤷♂️