Skip to content

Commit c83425f

Browse files
committed
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: #3255 (comment)
1 parent cb44669 commit c83425f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jamulus.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ win32 {
182182
HEADERS += src/mac/activity.h src/mac/badgelabel.h
183183
OBJECTIVE_SOURCES += src/mac/activity.mm src/mac/badgelabel.mm
184184
CONFIG += x86
185-
QMAKE_TARGET_BUNDLE_PREFIX = io.jamulus
185+
QMAKE_TARGET_BUNDLE_PREFIX = app.jamulussoftware
186186

187187
OSX_ENTITLEMENTS.files = mac/Jamulus.entitlements
188188
OSX_ENTITLEMENTS.path = Contents/Resources
@@ -234,7 +234,7 @@ win32 {
234234
HEADERS += src/ios/ios_app_delegate.h
235235
HEADERS += src/sound/coreaudio-ios/sound.h
236236
OBJECTIVE_SOURCES += src/sound/coreaudio-ios/sound.mm
237-
QMAKE_TARGET_BUNDLE_PREFIX = io.jamulus
237+
QMAKE_TARGET_BUNDLE_PREFIX = app.jamulussoftware
238238
LIBS += -framework AVFoundation \
239239
-framework AudioToolbox
240240
} else:android {

0 commit comments

Comments
 (0)