Skip to content

Releases: trilemma-dev/EmbeddedPropertyList

2.0.2

13 May 01:15
21bd832
Compare
Choose a tag to compare
  • Fixes a bug where BundleVersion could be initialized with values ending in a period; this did not match CFBundleVersion semantics. Values such as 1.2. now correctly fail to initialize.

2.0.1

12 Jan 00:22
Compare
Choose a tag to compare
  • Fixes a minor documentation issue for BundleVersion
  • No code changes

2.0.0

23 Nov 13:23
Compare
Choose a tag to compare

This introduces several small breaking changes:

  • Version has been renamed to BundleVersion to more clearly reflect what it represents
    • The semantics for this struct should now fully conform to CFBundleVersion which means its properties are now UInts
  • EmbeddedPropertyListReader when externally reading a universal binary will default to the slice which matches the Mac it is running on
    • It is also possible to explicitly specify the slice to read from a universal binary by using UniversalBinarySliceType
  • Several new ReadError cases have been added

1.0.3

18 Nov 12:16
Compare
Choose a tag to compare
  • Version is now fully compliant with CFBundleVersion

1.0.2

24 Oct 08:59
Compare
Choose a tag to compare
  • Fixed issue with reading external property lists for fat (universal) binaries

1.0.1

13 Oct 12:07
Compare
Choose a tag to compare
  • Fixes documentation issue

1.0.0

13 Oct 09:16
5385bb9
Compare
Choose a tag to compare

Initial stable release

Initial preview release

12 Oct 12:18
12a1c70
Compare
Choose a tag to compare
0.1.0

Update README.md