Skip to content

Commit

Permalink
Merge pull request #3353 from ann0see/mac/changeBundleId
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Aug 22, 2024
2 parents cb44669 + c83425f commit ffab943
Showing 1 changed file 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 @@ -182,7 +182,7 @@ win32 {
HEADERS += src/mac/activity.h src/mac/badgelabel.h
OBJECTIVE_SOURCES += src/mac/activity.mm src/mac/badgelabel.mm
CONFIG += x86
QMAKE_TARGET_BUNDLE_PREFIX = io.jamulus
QMAKE_TARGET_BUNDLE_PREFIX = app.jamulussoftware

OSX_ENTITLEMENTS.files = mac/Jamulus.entitlements
OSX_ENTITLEMENTS.path = Contents/Resources
Expand Down Expand Up @@ -234,7 +234,7 @@ win32 {
HEADERS += src/ios/ios_app_delegate.h
HEADERS += src/sound/coreaudio-ios/sound.h
OBJECTIVE_SOURCES += src/sound/coreaudio-ios/sound.mm
QMAKE_TARGET_BUNDLE_PREFIX = io.jamulus
QMAKE_TARGET_BUNDLE_PREFIX = app.jamulussoftware
LIBS += -framework AVFoundation \
-framework AudioToolbox
} else:android {
Expand Down

0 comments on commit ffab943

Please sign in to comment.