You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -323,7 +323,7 @@ limitation of the `TopLevelEncoder` API.
323
323
324
324
Sometimes you need to set attributes on the root element, which aren't
325
325
directly related to your model type. Starting with [XMLCoder
326
-
0.11](https://github.com/MaxDesiatov/XMLCoder/releases/tag/0.11.0) the `encode`
326
+
0.11](https://github.com/CoreOffice/XMLCoder/releases/tag/0.11.0) the `encode`
327
327
function on `XMLEncoder` accepts a new `rootAttributes` argument to help with
328
328
this:
329
329
@@ -350,7 +350,7 @@ The resulting XML will look like this:
350
350
</policy>
351
351
```
352
352
353
-
This was implemented in PR [\#160](https://github.com/MaxDesiatov/XMLCoder/pull/160)
353
+
This was implemented in PR [\#160](https://github.com/CoreOffice/XMLCoder/pull/160)
354
354
by [@portellaa](https://github.com/portellaa).
355
355
356
356
### Property wrappers
@@ -400,7 +400,7 @@ by [@bwetherfield](https://github.com/bwetherfield).
400
400
**Apple Platforms**
401
401
402
402
- Xcode 11.0 or later
403
-
-**IMPORTANT**: compiling XMLCoder with Xcode 11.2.0 (11B52) and 11.2.1 (11B500) is not recommended due to crashes with `EXC_BAD_ACCESS` caused by [a compiler bug](https://bugs.swift.org/browse/SR-11564), please use Xcode 11.3 or later instead. Please refer to [\#150](https://github.com/MaxDesiatov/XMLCoder/issues/150) for more details.
403
+
-**IMPORTANT**: compiling XMLCoder with Xcode 11.2.0 (11B52) and 11.2.1 (11B500) is not recommended due to crashes with `EXC_BAD_ACCESS` caused by [a compiler bug](https://bugs.swift.org/browse/SR-11564), please use Xcode 11.3 or later instead. Please refer to [\#150](https://github.com/CoreOffice/XMLCoder/issues/150) for more details.
404
404
- Swift 5.1 or later
405
405
- iOS 9.0 / watchOS 2.0 / tvOS 9.0 / macOS 10.10 or later deployment targets
406
406
@@ -425,7 +425,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
0 commit comments