Skip to content

Commit

Permalink
Change bundle ID to com.jamulus.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Aug 19, 2024
1 parent be8f12c commit 81b3e5c
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 = com.jamulus

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 = com.jamulus
LIBS += -framework AVFoundation \
-framework AudioToolbox
} else:android {
Expand Down

0 comments on commit 81b3e5c

Please sign in to comment.