From c83425f45dd2260e2a700ad09154720d6e6f0331 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:16:56 +0200 Subject: [PATCH] Change bundle id 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: https://github.com/jamulussoftware/jamulus/issues/3255#issuecomment-2292188619 --- Jamulus.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamulus.pro b/Jamulus.pro index 527ebf33ed..065e1acd8b 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -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 @@ -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 {