-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from dirtyhenry/distribute
Notarized Distribution Images
- Loading branch information
Showing
7 changed files
with
106 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# This file is treated as a Makefile so spaces are OK to use. | ||
|
||
CODESIGN_IDENTITY = "Developer ID Application: John Appleseed (1234AAPL)" | ||
PKG_CODESIGN_IDENTITY = "Developer ID Installer: John Appleseed (1234AAPL)" | ||
|
||
USERNAME = john.appleseed@me.com | ||
TEAM_ID = 1234AAPL | ||
|
||
# Use an application-specific password, not your developer account password | ||
# 🔗 https://appleid.apple.com/ | ||
PASSWORD_ID = abcd-efgh-ijkl-mnop | ||
|
||
REVERSED_DOMAIN = com.me |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,7 @@ xcuserdata/ | |
|
||
# Local documentation | ||
.Pomodoro.doccarchive | ||
|
||
# Build I/O | ||
.env | ||
pkg/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters