Skip to content

Commit 4630bbf

Browse files
rlyclaude
andcommitted
Skip codesign for tzdata and certifi data files on Mac
These packages contain only data files (timezone definitions and CA certificates), not executables. Signing hundreds of tzdata files causes Apple's timestamp service to rate-limit or time out. Fixes #1070 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ad69a93 commit 4630bbf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
"gatekeeperAssess": false,
106106
"entitlements": "entitlements.mac.inherit.plist",
107107
"entitlementsInherit": "entitlements.mac.inherit.plist",
108+
"signIgnore": [
109+
"flask/_internal/tzdata/",
110+
"flask/_internal/certifi/"
111+
],
108112
"extraResources": [
109113
{
110114
"from": "./build/flask/nwb-guide",

0 commit comments

Comments
 (0)