File tree 4 files changed +13
-1
lines changed
4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ jobs:
373
373
run : |
374
374
# create variables
375
375
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
376
- PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
376
+ PP_PATH=$RUNNER_TEMP/build_pp.provisionprofile
377
377
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
378
378
379
379
# import certificate and provisioning profile from secrets
Original file line number Diff line number Diff line change 107
107
<release version =" 0.4.4" urgency =" medium" type =" development" >
108
108
<description >
109
109
<ul >
110
+ <li >macOS package signing is now done with a valid Apple ID</li >
110
111
<li >macOS package is now Apple Silicon native</li >
111
112
<li >Add CoreText font fallback implementation for macOS (#1533)</li >
112
113
<li >Add Ubuntu-24.04 in github actions (#1460)</li >
Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ elseif(APPLE)
439
439
440
440
# Install application icon
441
441
install (FILES "res/images/contour-logo.icns" DESTINATION "${INSTALL_CMAKE_DIR} " RENAME "contour.icns" )
442
+ install (FILES "res/entitlements.plist" DESTINATION "${App_Contents} " )
442
443
install (DIRECTORY "${terminfo_basedir} " DESTINATION "${INSTALL_CMAKE_DIR} " )
443
444
install (DIRECTORY "shell-integration" DESTINATION "${INSTALL_CMAKE_DIR} " )
444
445
Original file line number Diff line number Diff line change
1
+ <!-- ?xml version="1.0" encoding="UTF-8"?-->
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >com.apple.application-identifier </key >
6
+ <string >org.contourterminal.Terminal </string >
7
+ <key >com.apple.developer.team-identifier </key >
8
+ <string >6T525MU9UR </string >
9
+ </dict >
10
+ </plist >
You can’t perform that action at this time.
0 commit comments