Skip to content
Snippets Groups Projects
Commit c0b13466 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: Add Stack Overflow link for Brad's Xcode 11 signing fix.

parent b5dbcbd8
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ...@@ -194,6 +194,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# handle embedded app bundles such as CEF and others. Any signing for local # handle embedded app bundles such as CEF and others. Any signing for local
# development must be done after the build as we do in viewer_manifest.py for # development must be done after the build as we do in viewer_manifest.py for
# released builds # released builds
# https://stackoverflow.com/a/54296008
# "-" represents "Sign to Run Locally" and empty string represents "Do Not Sign" # "-" represents "Sign to Run Locally" and empty string represents "Do Not Sign"
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "") set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment