Skip to content

Commit

Permalink
chore: add macOS codesign identity/bundle ident
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbarnard committed Dec 12, 2023
1 parent 3bfc0d7 commit 2a9b03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exe = EXE(
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
codesign_identity='Developer ID Application: Monterey Bay Aquarium Research Institute (9TN7A342V4)',
entitlements_file=None,
icon=['vars_gridview/assets/icons/VARSGridView.icns'],
)
Expand All @@ -46,5 +46,5 @@ app = BUNDLE(
coll,
name='VARS GridView.app',
icon='vars_gridview/assets/icons/VARSGridView.icns',
bundle_identifier=None,
bundle_identifier='org.mbari.vars.gridview',
)

0 comments on commit 2a9b03d

Please sign in to comment.