Skip to content

Releases: CydeSwype/visual-timer

v1.6.2-final-mas-fix

Choose a tag to compare

Fix MAS entitlements and group IDs to prevent crash and Transporter r…

v1.6.2-test-win

Choose a tag to compare

@github-actions github-actions released this 27 Jan 04:01
Merge branch 'vk/3049-browser-extensio': Fix release job condition sy…

v1.6.0-test-fix

Choose a tag to compare

@github-actions github-actions released this 10 Jan 16:31
6180c12
Fix MAS: Remove App Groups entitlement (#16)

* Add unique-slug@5.0.0 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 <ian@wildfire-corp.com>

v1.6.0-test-mas

Choose a tag to compare

@github-actions github-actions released this 07 Jan 16:44
aeb334a
Add unique-slug@5.0.0 to package-lock.json (#13)

Co-authored-by: Ian Miller <ian@wildfire-corp.com>

v1.6.0-success

Choose a tag to compare

@github-actions github-actions released this 07 Jan 00:53
aeb334a
Add unique-slug@5.0.0 to package-lock.json (#13)

Co-authored-by: Ian Miller <ian@wildfire-corp.com>

v1.6.0-mas-fixed

Choose a tag to compare

@github-actions github-actions released this 07 Jan 22:07
980dcb3
Fix MAS signing - remove --options runtime flag (#14)

* Add unique-slug@5.0.0 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 <ian@wildfire-corp.com>

v1.6.0-mas-final

Choose a tag to compare

@github-actions github-actions released this 07 Jan 22:30
75d5140
Fix MAS: Disable hardenedRuntime (#15)

* Add unique-slug@5.0.0 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 <ian@wildfire-corp.com>

v1.6.0-mas-clean

Choose a tag to compare

@github-actions github-actions released this 08 Jan 01:09
75d5140
Fix MAS: Disable hardenedRuntime (#15)

* Add unique-slug@5.0.0 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 <ian@wildfire-corp.com>

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 06 Jan 16:02
Fix MAS PKG crash: Ensure all components signed with proper entitlements

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 00:59
Fix MAS PKG crash and version mismatch - update to 1.6.1 with proper …