Skip to content

Commit

Permalink
Change bundle id
Browse files Browse the repository at this point in the history
Since we no longer have access to io.jamulus.jamulus, we need to change the bundle id on macOS/iOS
Unfortunately this may mean that on macOS you'll need to setup Jamulus again.

Related to: #3255 (comment)
  • Loading branch information
ann0see committed Aug 22, 2024
1 parent cb44669 commit c83425f
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 c83425f

Please sign in to comment.