File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed
Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 3434 category : public.app-category.utilities
3535 # Path to the .icns icon file
3636 icon : src/assets/logo.icns
37- # Target both Intel and Apple Silicon architectures
38- target :
39- - target : dmg
40- arch :
41- - x64
42- - arm64
43- - target : zip
44- arch :
45- - x64
46- - arm64
4737 # Minimum macOS version (supports both Intel and Apple Silicon)
4838 minimumSystemVersion : ' 11.0'
39+ hardenedRuntime : true
40+ entitlements : entitlements.plist
41+ entitlementsInherit : entitlements.plist
42+ notarize : true
43+ target :
44+ - target : dmg
45+ arch :
46+ - x64
47+ - arm64
48+ - target : zip
49+ arch :
50+ - x64
51+ - arm64
Original file line number Diff line number Diff line change 11{
22 "name" : " pickle-glass" ,
33 "productName" : " Glass" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "description" : " Cl*ely for Free" ,
66 "main" : " src/index.js" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments