Releases: CydeSwype/visual-timer
Releases · CydeSwype/visual-timer
Release list
v1.6.2-final-mas-fix
Fix MAS entitlements and group IDs to prevent crash and Transporter r…
v1.6.2-test-win
Merge branch 'vk/3049-browser-extensio': Fix release job condition sy…
v1.6.0-test-fix
Fix MAS: Remove App Groups entitlement (#16) * Add [email protected] to package-lock.json * Add explicit PKG installer signing for MAS builds * Fix MAS signing: Remove --options runtime flag The --options runtime flag causes codesign to add the com.apple.developer.team-identifier entitlement, which is not in the MAS provisioning profile. This flag is only for Developer ID distribution, not Mac App Store builds. Fixes Transporter validation error 409. * Fix MAS build: Disable hardenedRuntime for Mac App Store hardenedRuntime is for Developer ID apps (notarization), not MAS. When enabled for MAS, it adds com.apple.developer.team-identifier entitlement which is not in the provisioning profile. MAS apps don't need hardened runtime - they're sandboxed. Fixes Transporter error 409. * Remove App Groups entitlement - not enabled on App ID The App ID does not have App Groups capability enabled, so this entitlement must be removed from the bundle to match the provisioning profile. Fixes Transporter validation error. --------- Co-authored-by: Ian Miller <[email protected]>
v1.6.0-test-mas
Add [email protected] to package-lock.json (#13) Co-authored-by: Ian Miller <[email protected]>
v1.6.0-success
Add [email protected] to package-lock.json (#13) Co-authored-by: Ian Miller <[email protected]>
v1.6.0-mas-fixed
Fix MAS signing - remove --options runtime flag (#14) * Add [email protected] to package-lock.json * Add explicit PKG installer signing for MAS builds * Fix MAS signing: Remove --options runtime flag The --options runtime flag causes codesign to add the com.apple.developer.team-identifier entitlement, which is not in the MAS provisioning profile. This flag is only for Developer ID distribution, not Mac App Store builds. Fixes Transporter validation error 409. --------- Co-authored-by: Ian Miller <[email protected]>
v1.6.0-mas-final
Fix MAS: Disable hardenedRuntime (#15) * Add [email protected] to package-lock.json * Add explicit PKG installer signing for MAS builds * Fix MAS signing: Remove --options runtime flag The --options runtime flag causes codesign to add the com.apple.developer.team-identifier entitlement, which is not in the MAS provisioning profile. This flag is only for Developer ID distribution, not Mac App Store builds. Fixes Transporter validation error 409. * Fix MAS build: Disable hardenedRuntime for Mac App Store hardenedRuntime is for Developer ID apps (notarization), not MAS. When enabled for MAS, it adds com.apple.developer.team-identifier entitlement which is not in the provisioning profile. MAS apps don't need hardened runtime - they're sandboxed. Fixes Transporter error 409. --------- Co-authored-by: Ian Miller <[email protected]>
v1.6.0-mas-clean
Fix MAS: Disable hardenedRuntime (#15) * Add [email protected] to package-lock.json * Add explicit PKG installer signing for MAS builds * Fix MAS signing: Remove --options runtime flag The --options runtime flag causes codesign to add the com.apple.developer.team-identifier entitlement, which is not in the MAS provisioning profile. This flag is only for Developer ID distribution, not Mac App Store builds. Fixes Transporter validation error 409. * Fix MAS build: Disable hardenedRuntime for Mac App Store hardenedRuntime is for Developer ID apps (notarization), not MAS. When enabled for MAS, it adds com.apple.developer.team-identifier entitlement which is not in the provisioning profile. MAS apps don't need hardened runtime - they're sandboxed. Fixes Transporter error 409. --------- Co-authored-by: Ian Miller <[email protected]>
v1.6.2
Fix MAS PKG crash: Ensure all components signed with proper entitlements
v1.6.1
Fix MAS PKG crash and version mismatch - update to 1.6.1 with proper …