Skip to content

Commit

Permalink
chore: update code signing identity and bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxbrian committed Jul 5, 2024
1 parent 64481b6 commit 8d24468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $(APP_NAME)-%: $(TARGET)-%
@cp -fp $(COMPLETIONS) $(APP_COMPLETIONS_DIR)
@touch -r "$(APP_BINARY)" "$(APP_DIR)/$(APP_NAME)"
@codesign --remove-signature "$(APP_DIR)/$(APP_NAME)"
@codesign --force --deep --sign - "$(APP_DIR)/$(APP_NAME)"
@codesign --force --deep --sign "Developer ID Application: Bojin Li (7N7Y43VZ4J)" "$(APP_DIR)/$(APP_NAME)"
@echo "Created '$(APP_NAME)' in '$(APP_DIR)'"

dmg: $(DMG_NAME)-native ## Create an Alacritty.dmg
Expand Down
2 changes: 1 addition & 1 deletion extra/osx/Alacritty.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>alacritty</string>
<key>CFBundleIdentifier</key>
<string>org.alacritty</string>
<string>xxxbrian.alacritty</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit 8d24468

Please sign in to comment.