build: update macos bundle identifier and version

Update bundle to use `com.companyname.appname` reverse-domain structure
This commit is contained in:
Travis Abendshien
2025-01-06 11:44:18 -08:00
parent 29c0dfdb2d
commit c4f4bba5e0

View File

@@ -77,8 +77,8 @@ app = BUNDLE(
exe if coll is None else coll,
name='TagStudio.app',
icon=icon,
bundle_identifier='com.github.tagstudiodev',
version='0.0.0',
bundle_identifier='com.cyanvoxel.tagstudio',
version='9.5.0',
info_plist={
'NSAppleScriptEnabled': False,
'NSPrincipalClass': 'NSApplication',