Skip to content

Commit

Permalink
Move entitlements file to mac folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Mar 24, 2022
1 parent bcdebfe commit 33dd49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ win32 {
CONFIG += x86
QMAKE_TARGET_BUNDLE_PREFIX = io.jamulus

OSX_ENTITLEMENTS.files = Jamulus.entitlements
OSX_ENTITLEMENTS.files = mac/Jamulus.entitlements
OSX_ENTITLEMENTS.path = Contents/Resources
QMAKE_BUNDLE_DATA += OSX_ENTITLEMENTS

macx-xcode {
QMAKE_INFO_PLIST = mac/Info-xcode.plist
XCODE_ENTITLEMENTS.name = CODE_SIGN_ENTITLEMENTS
XCODE_ENTITLEMENTS.value = Jamulus.entitlements
XCODE_ENTITLEMENTS.value = mac/Jamulus.entitlements
QMAKE_MAC_XCODE_SETTINGS += XCODE_ENTITLEMENTS
MACOSX_BUNDLE_ICON.path = Contents/Resources
QMAKE_BUNDLE_DATA += MACOSX_BUNDLE_ICON
Expand Down
File renamed without changes.

0 comments on commit 33dd49c

Please sign in to comment.