Skip to content

Commit

Permalink
Disable debug dylib to run on Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Arclite committed Jun 25, 2024
1 parent 66f19b3 commit 7e8d876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tuist/ProjectDescriptionHelpers/Targets/Products/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public enum App {
debug: [
"PROVISIONING_PROFILE_SPECIFIER": "match Development com.cocoatype.Highlighter",
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]": "match Development com.cocoatype.Highlighter macos",
"ENABLE_DEBUG_DYLIB": false,
], release: [
"PROVISIONING_PROFILE_SPECIFIER": "match AppStore com.cocoatype.Highlighter",
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]": "match AppStore com.cocoatype.Highlighter macos",
Expand Down

0 comments on commit 7e8d876

Please sign in to comment.