Skip to content

Releases: ivanmoskalev/macos-mac-address

1.2.0

28 May 04:58
c228e5f
Compare
Choose a tag to compare

What's Changed

  • Conform MacAddress to Sendable by @kachalo in #3

New Contributors

Full Changelog: 1.1.2...1.2.0

1.1.2

16 Apr 09:06
Compare
Choose a tag to compare
  • Added CocoaPods for other crusties like me who like to keep their dependencies' code checked in with their projects (SPM sadly doesn't allow that: if dependency's git repo goes away, you are toast).

1.1.1

16 Apr 05:44
e8b702d
Compare
Choose a tag to compare

MacAddress is a Swift microlibrary for macOS that provides an easy way to obtain the MAC address of a device's network interface. This library is especially useful when working with Mac App Store receipt validation, as it implements the Apple's recommended fallback strategy (en0 builtinen1 builtinen0 non-builtin).

1.1.0

16 Apr 05:26
9482741
Compare
Choose a tag to compare

MacAddress is a Swift microlibrary for macOS that provides an easy way to obtain the MAC address of a device's network interface. This library is especially useful when working with Mac App Store receipt validation, as it implements the Apple's recommended fallback strategy (en0 builtinen1 builtinen0 non-builtin).

1.0.0

16 Apr 05:15
Compare
Choose a tag to compare

MacAddress is a Swift microlibrary for macOS that provides an easy way to obtain the MAC address of a device's network interface. This library is especially useful when working with Mac App Store receipt validation, as it implements the Apple's recommended fallback strategy (en0 builtinen1 builtinen0 non-builtin).