Swiftpack.co - Swift Packages by microsoft

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by microsoft

microsoft/plcrashreporter 1.11.1
Reliable, open-source crash reporting for iOS, macOS and tvOS
⭐️ 2,823
πŸ•“ 46 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.11.1
46 weeks ago
## Version 1.11.1 * **[Improvement]** Disable treating warnings as errors in code to avoid blockers when new Xcode warnings are introduced. * **[Improvement]** Add caught exception logging to PLCrashReporter to generate reports from specific exception.
1.11.0
1 year ago
## Version 1.11.0 * **[Feature]** Add Xcode 14 support. Xcode 11 and Xcode 12 are out of support now. * **[Improvement]** Fix analyzer warnings.
1.10.2
1 year ago
## Version 1.10.2 * **[Fix]** Config ignored `shouldRegisterUncaughtExceptionHandler` parameter in constructor. * **[Improvement]** Update `protobuf-c` to version 1.4.0. * **[Improvement]** Fix Xcode 13 deprecated build settings that might broke incremental builds (it drops workaround for Xcode's 12.0-12.4 bug). It only affects projects that use PLCrashReporter as sources.
1.10.1
2 years ago
## Version 1.10.1 * **[Improvement]** Specified minimum cocoapods version in podspec to 1.10.0 * **[Improvement]** Mark `PLCrashReporter.crashReportPath` method as public.
1.10.0
2 years ago
## Version 1.10.0 * **[Fix]** Fix error `Undefined symbols for architecture arm64` while building PLCrashReporter for simulator on Xcode 12.4 and higher. * **[Fix]** Fix Cycle in dependencies error happening when building project from sources multiple times. * **[Feature]** Distribute XCFramework via Cocoapods and Carthage. The XCFramework will contain static libs only. * **[Fix]** Include plcrashutil in all release archives.
1.9.0
2 years ago
## Version 1.9.0 * **[Fix]** Fix `double-quoted` warnings in Xcode 12. * **[Fix]** Fix memory leak during stack trace unwinding. * **[Feature]** Add an API to customize data path.
1.8.1
3 years ago
## Version 1.8.1 * Re-build Apple Silicon binaries with [Xcode 12.2 Release Candidate](https://developer.apple.com/news/releases/?id=11052020h) to [be able to](https://developer.apple.com/news/releases/?id=11052020i) submit the applications that use the framework as a binary to the App Store.
1.8.0
3 years ago
## Version 1.8.0 * Drop support of old versions of iOS and macOS. The minimal version is iOS 9 and macOS 10.9 now. * Add Apple Silicon support. Note that `arm64` for iOS and tvOS simulators is available only in xcframework or SwiftPM. * Support saving custom data in crash report, see `PLCrashReporter.customData` property. * Fix exported symbols list for applying `PLCRASHREPORTER_PREFIX` prefix. * Fix Xcode 12 compatibility if the framework is used from sources. * Fix getting the subtype of device architecture on iOS 14. * Fix crash on collecting register values on `arm64e` devices with iOS 14.
1.7.2
3 years ago
## Version 1.7.2 * Fix building on Xcode 12 beta. * Use memory mapping to reduce live reports memory pressure. * Remove "CrashReporter Key: TODO" from text report output. * Add `[PLCrashReporter]` prefix for all log messages.
1.7.1
3 years ago
## Version 1.7.1 * Fix crash on old operating systems: macOS 10.11, iOS 9 and tvOS 9 (and older). * Fix duplicate symbols in applications with `-all_load` linker flag. * Fix exporting PLCrashReporter along with an application into `.xcarchive`. * Fix collecting stacktraces on `arm64e` devices in some cases.
iOS macOS tvOS
microsoft/AdaptiveCards v1.2.11
A new way for developers to exchange card content in a common and consistent way.
⭐️ 1,681
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
24.02 Release
11 weeks ago
# Latest Packages πŸŽ‰[AdaptiveCards.Rendering.WinUI3](https://www.nuget.org/packages/AdaptiveCards.Rendering.WinUI3) πŸŽ‰[AdaptiveCards.ObjectModel.WinUI3](https://www.nuget.org/packages/AdaptiveCards.ObjectModel.WinUI3) πŸŽ‰[AdaptiveCards.Template](https://www.nuget.org/packages/AdaptiveCards.Template/1.0.0-beta) # New Features * [Carousel Renderer is added to WinUI3](https://github.com/microsoft/AdaptiveCards/pull/8812) * [Carousel ObjectModel is added to WinUI3](https://github.com/microsoft/AdaptiveCards/pull/8756) * [Template Library is released for C++/WinRT and C#/WinRT](https://github.com/microsoft/AdaptiveCards/pull/8805) ## Fixes * https://github.com/microsoft/AdaptiveCards/pull/8806
23.10 JS Renderer Release
25 weeks ago
# Latest Packages πŸŽ‰[JS adaptivecards 3.0.2](https://www.npmjs.com/package/adaptivecards/v/3.0.2) ## Fixes * https://github.com/microsoft/AdaptiveCards/issues/8574 * https://github.com/microsoft/AdaptiveCards/pull/8709 * https://github.com/microsoft/AdaptiveCards/issues/8654
AdaptiveCards Mobile Schema 1.6
46 weeks ago
We are excited to release Adaptive Cards v1.6 for Mobile renderers! # Latest Packages * :tada:[Android 2.9.0](https://search.maven.org/artifact/io.adaptivecards/adaptivecards-android/2.9.0/aar) * :tada:[iOS 2.9.0](https://cocoapods.org/pods/AdaptiveCards) # New Features 1. [Dynamic Typeahead](https://github.com/microsoft/AdaptiveCards/blob/dipja/dynamic-type-ahead-doc-android/specs/DesignDiscussions/DynamicTypeAhead.md) # Bug Fixes ## Android * https://github.com/microsoft/AdaptiveCards/pull/8500 * https://github.com/microsoft/AdaptiveCards/pull/8413 ## iOS * https://github.com/microsoft/AdaptiveCards/issues/7601 * https://github.com/microsoft/AdaptiveCards/issues/7572
23.04 JS Renderer Release
1 year ago
# Latest Packages πŸŽ‰[JS adaptivecards 3.0.0-beta.13](https://www.npmjs.com/package/adaptivecards/v/3.0.0-beta.13) ## New Feature * [JS] Add role property to actions by @anna-dingler in https://github.com/microsoft/AdaptiveCards/pull/8336 ## Fixes * [Input][RevealOnHover]Fixes for reveal on hover on inputs by @baton17 in https://github.com/microsoft/AdaptiveCards/pull/8414
23.03 XAML Renderer and Object Model Release
1 year ago
# Latest Packages * :tada:[XAML Renderer 3.2.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp/3.2.0) * :tada:[XAML Object Model 1.2.0](https://www.nuget.org/packages/AdaptiveCards.ObjectModel.Uwp/1.2.0) # Renderer ## New Features * πŸŽ‰ [Beta feature: Role property for actions](https://github.com/microsoft/AdaptiveCards/pull/8337) ## Bug Fixes * https://github.com/microsoft/AdaptiveCards/pull/8221 * https://github.com/microsoft/AdaptiveCards/pull/8231 * https://github.com/microsoft/AdaptiveCards/pull/8232 * https://github.com/microsoft/AdaptiveCards/pull/8236 * https://github.com/microsoft/AdaptiveCards/pull/8235 * https://github.com/microsoft/AdaptiveCards/pull/8352 * https://github.com/microsoft/AdaptiveCards/pull/8233 * https://github.com/microsoft/AdaptiveCards/pull/8234 # Object Model ## New Features * πŸŽ‰ [Beta feature: Role property for actions](https://github.com/microsoft/AdaptiveCards/pull/8337)
.NET Templating 1.4.0
1 year ago
# Latest Packages * :tada:[.NET Templating 1.4.0](https://www.nuget.org/packages/AdaptiveCards.Templating/1.4.0) # New Feature: Host parameters Applications using the .NET Templating engine can now supply an additional `Host` data blob in `EvaluationContext`, which is accessible in templates through `$host`. This allows applications to provide contextual information to be referenced in generating a card. PR: https://github.com/microsoft/AdaptiveCards/pull/8328 (matches behavior from NodeJS templating engine. see https://github.com/microsoft/AdaptiveCards/pull/7199)
23.02 XAML Renderer Release
1 year ago
# Latest Packages * :tada:[XAML 3.1.1](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp/3.1.1) # Bug Fixes * https://github.com/microsoft/AdaptiveCards/issues/8243 # Note * The corresponding Object Model release is [1.1.0](https://www.nuget.org/packages/AdaptiveCards.ObjectModel.Uwp/1.1.0)
23.02 JS Renderer Release
1 year ago
# Latest Packages πŸŽ‰[JS adaptivecards 3.0.0-beta.11](https://www.npmjs.com/package/adaptivecards/v/3.0.0-beta.11) # Fixes #8299 Fixed Carousel Keyboard issue
23.02 JS Renderer Release
1 year ago
# Latest Packages πŸŽ‰[JS adaptivecards 2.11.2](https://www.npmjs.com/package/adaptivecards/v/2.11.2) # Fixes #8301 Fixed Perf Issue. #8144 Fixed empty placeholder issue.
23.01 Designer Release
1 year ago
# Latest Packages * :tada:[Designer 2.4.2](https://www.npmjs.com/package/adaptivecards-designer/v/2.4.2) # Breaking change * We added host container theming support in this version. Custom host containers should either: * Extend `SingleThemeHostContainer` or `MultiThemeHostContainer` * Implement `getCurrentStyleSheet()` which is now an abstract class on the `HostContainer` class. # Beta Features * Add Widgets Board Host Container * Schema 1.6 Preview * Allow theming in host containers. Host containers can now support `Light` and `Dark` themes from the same container. # Bug Fixes * #8048 Update webpack config for xmark.svg * #7931 Remove tab index from container picker * #7952 Resolve undefined error in ActionPeer getBoundingRect * #7917 Assign names to icon buttons
iOS
microsoft/FluentDarkModeKit 1.0.4
A library for backporting Dark Mode in iOS
⭐️ 1,630
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.4: Add @objc annotation for use in Objective-C only projects (#106)
2 years ago
1.0.3: Fix missing attributes for UILabel when set attributedText in iOS 11
3 years ago
1. Fix missing attributes for UILabel when set attributedText in iOS 11 (#102)
1.0.2: Making project ready with minimum deployment target >= 13.0
3 years ago
1. Making project ready with minimum deployment target >= 13.0
1.0.1: Add windowThemeChangeHandler
3 years ago
1. Fix crash for CGColor related property on view called with color with `withAlphaComponent` #96 2. Add window theme change handler #97
1.0.0: Migrate to system APIs on iOS 13
3 years ago
0.5.2: Fix SPM import issue
3 years ago
1. Fixed SPM import issue (#65) 2. Added SwiftLint
0.5.1: Fix UIScrollView indicator display in dark mode (#59)
4 years ago
0.5.0: Rename the repo to FluentDarkModeKit
4 years ago
4 years ago
4 years ago
iOS
microsoft/fluentui-apple 0.27.1
UIKit and AppKit controls for building native Microsoft experiences
⭐️ 862
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 0.27.1
1 week ago
## What's Changed * [ListItem] make modifier inputs optional #1994
0.27.0
2 weeks ago
## What's Changed * add keyboard type to search bar by @ghuang24 in https://github.com/microsoft/fluentui-apple/pull/1990 * [SwiftUI] FluentButtonStyle by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1986 * Publicly expose applyShadow function for SwiftUI by @laminesm in https://github.com/microsoft/fluentui-apple/pull/1992 * New `FluentButtonToggleStyle` by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1993 * Fix Mac Catalyst support of SPM by @dahchon in https://github.com/microsoft/fluentui-apple/pull/1989 * Bumping to 0.27.0 by @ghuang24 in https://github.com/microsoft/fluentui-apple/pull/1991 ## New Contributors * @ghuang24 made their first contribution in https://github.com/microsoft/fluentui-apple/pull/1990 * @dahchon made their first contribution in https://github.com/microsoft/fluentui-apple/pull/1989 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.26.0...0.27.0
0.26.0
5 weeks ago
## What's Changed * Fix a crash in visionOS when nesting `.onChange` inside `#available` by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1984 * Bumping to 0.26.0 by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1988 ## New API * Adding keyboard type to text field by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1987 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.25.0...0.26.0
0.25.0
6 weeks ago
## What's Changed * Make FluentUI be iOS 17 safe by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1935 * Fix PopupMenuController colors by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1937 * Fixing keyboard support in Drawers by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1938 * Add ability to customize SideTabBar's background and separator color by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1943 * Update all macOS targets to 12.0 by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1946 * Revert #1929 by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1945 * Add transparent neutral button by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1944 * Respecting avatarOverrideStyle when setting TitleView style by @DanielMorM in https://github.com/microsoft/fluentui-apple/pull/1949 * Bump Xcode version to 15.2 by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1953 * Fix typo in Security.md by @imthath-m in https://github.com/microsoft/fluentui-apple/pull/1959 * Initial visionOS integration by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1956 * Activity Indicator: Remove branching of SwiftUI views to improve performance and readability by @imthath-m in https://github.com/microsoft/fluentui-apple/pull/1957 * Adding permissions for loc pipeline to use GITHUB_TOKEN by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1962 * Set segment pill button corner radius by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1963 * Update onChange to use onChange_iOS17 by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1965 * Bump CI to macOS 14 and build visionOS debug simulator by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1966 * Restore iOS AvatarTests by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1964 * Update PopupMenuItemCell to be white when selected on visionOS by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1969 * Set header font to match headerPrimary on visionOS by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1972 * Add visionOS to pr template by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1970 * Fix layout for custom views in `BadgeView` by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1971 * Update dangerForeground2 to use light mode variant on visionOS by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1973 * [ListItem] set default line limit to nil so it is not restricted for accessibility by @alexanderboswell in https://github.com/microsoft/fluentui-apple/pull/1975 * Optimize `FluentTheme` updating by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1976 * Cbowdoin/bottom sheet supports x axis constraints by @cbowdoin in https://github.com/microsoft/fluentui-apple/pull/1951 * Cleaning up warnings in Demo app by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1979 * Move visionOS token overrides to separate function and file by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1980 * Update TableViewCell backgroundConfiguration to reflect style by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1981 * Update primary text color style to be foreground1 by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1982 * Updating version number to 0.25.0 by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1983 ## New Contributors * @imthath-m made their first contribution in https://github.com/microsoft/fluentui-apple/pull/1959 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.24.0...0.25.0
0.24.3
12 weeks ago
## What's Changed * [Cherry Pick From Main] Respecting avatarOverrideStyle when setting TitleView style (#1949) by @DanielMorM in https://github.com/microsoft/fluentui-apple/pull/1954 * Bump to version 0.24.3 by @DanielMorM in https://github.com/microsoft/fluentui-apple/pull/1952 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.24.2...0.24.3
0.24.2
15 weeks ago
## What's Changed * [cherry-pick] Revert "TableViewHeaderFooterView should not override any font or color provided as part of the AttributedString (#1929)" (#1945) by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1947 * Bump to version 0.24.2 by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1948 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.24.1...0.24.2
0.24.1
19 weeks ago
## What's Changed * Make FluentUI Apple iOS 17 safe #1935 * Fix PopupMenuController colors #1937 * Fix Drawer keyboard support bug #1938 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.24.0...0.24.1
0.24.0
22 weeks ago
## What's Changed * [macOS Avatar] Fix custom border drawing when built with Xcode 15 by @anandrajeswaran in https://github.com/microsoft/fluentui-apple/pull/1921 * Add ability to customize TableViewCell separator color by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1923 * Add ability to customize TabBarView's separator color by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1924 * Move all tokens out of `ControlTokenSet` bodies by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1925 * update api: color value to hex by @harrieshin in https://github.com/microsoft/fluentui-apple/pull/1927 * publish test result artifact by @harrieshin in https://github.com/microsoft/fluentui-apple/pull/1885 * Add ability to customize TableViewCell's checkmark color by @joannaquu in https://github.com/microsoft/fluentui-apple/pull/1931 * update xcode version and macOS min version by @harrieshin in https://github.com/microsoft/fluentui-apple/pull/1928 * Fix iOS 17 regression on image based Avatar rings by @huwilkes in https://github.com/microsoft/fluentui-apple/pull/1930 * Truncate navigation bar title if too long by @laminesm in https://github.com/microsoft/fluentui-apple/pull/1932 * TableViewHeaderFooterView should not override any font or color provided as part of the AttributedString by @owenconnolly in https://github.com/microsoft/fluentui-apple/pull/1929 * New API: `setSharedThemeColorProvider(_:)` by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1933 * Updating version number to 0.24.0 by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1934 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.23.0...0.24.0
0.11.2
25 weeks ago
- Truncate navigation bar title if too long by @laminesm in #1919
0.23.0
26 weeks ago
## What's Changed * Require admin approval for `Package.swift` by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1880 * add xcbeautify for our ci results by @harrieshin in https://github.com/microsoft/fluentui-apple/pull/1882 * Enable list item cell swipe actions inside bottom sheet component by @nodes11 in https://github.com/microsoft/fluentui-apple/pull/1881 * Update FluentTextField becomeFirstResponder by @cmzubrecki in https://github.com/microsoft/fluentui-apple/pull/1905 * Updating SwiftLint failures by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1909 * Adding titleNumberOfLines to PopupMenuItem by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1908 * Deprecate outline button style by @huwilkes in https://github.com/microsoft/fluentui-apple/pull/1913 * Updating a11y for PersonaList when `onPersonaSelected` is defined by @sophialee0416 in https://github.com/microsoft/fluentui-apple/pull/1912 * Deprecating `AliasTokens` by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1914 * Use `addTitle` for headings in LabelDemo by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1916 * Update deprecated `Label` inits in demo app by @huwilkes in https://github.com/microsoft/fluentui-apple/pull/1917 * Deprecated ColorValue and DynamicColor by @mischreiber in https://github.com/microsoft/fluentui-apple/pull/1915 ## New Contributors * @cmzubrecki made their first contribution in https://github.com/microsoft/fluentui-apple/pull/1905 **Full Changelog**: https://github.com/microsoft/fluentui-apple/compare/0.22.0...0.23.0
iOS macOS
microsoft/appcenter-sdk-apple 5.0.4
Development repository for the App Center SDK for iOS, macOS and tvOS.
⭐️ 556
πŸ•“ 30 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.0.4
31 weeks ago
## Version 5.0.4 * **[Improvement]** Update App Center SDK to include privacy manifest. * **[Internal]** Add `dataResidencyRegion` option.
5.0.3
41 weeks ago
## Version 5.0.3 * **[Fix]** Fix the build issue with Xcode 15 beta when integrating via Swift Package Manager. ## Version 5.0.2 ### App Center * **[Fix]** Fix NSLog congestion on Apple's Framework Thread. * **[Improvement]** Always specify `isDirectory` parameter for `[NSURL URLByAppendingPathComponent:]` for better performace. * **[Improvement]** Disable treating warnings as errors in code to avoid blockers when new Xcode warnings are introduced. ___ ## Version 5.0.1 ### App Center * **[Fix]** Fix Unsafe Object Deserialization. * **[Fix]** Fix "Collection was mutated while being enumerated" exception in MSACChannelGroupDefault. * **[Fix]** Fix crash channel:didPrepareLog in MSACChannelGroupDefault ### App Center Distribute * **[Fix]** Fix crash in getPresentationAnchor function if the active scene is not an instance of UIWindowScene. ___ ## Version 5.0.0 ### App Center * **[Feature] Add Xcode 14 support. Xcode 11 and Xcode 12 are out of support now. Bump minumum supported iOS version to iOS 11. ### App Center Crashes * **[Improvement]** Update PLCrashReporter to 1.11.0. ## Version 4.4.3 ### App Center * **[Fix]** Fix SwiftUI Preview in Xcode 14 when adding App Center SDK through SwiftPM. ### App Center Crashes * **[Improvement]** Update PLCrashReporter to 1.10.2.
5.0.2
1 year ago
## Version 5.0.2 ### App Center * **[Fix]** Fix NSLog congestion on Apple's Framework Thread. * **[Improvement]** Always specify `isDirectory` parameter for `[NSURL URLByAppendingPathComponent:]` for better performace. * **[Improvement]** Disable treating warnings as errors in code to avoid blockers when new Xcode warnings are introduced.
5.0.1
1 year ago
## Version 5.0.1 ### App Center * **[Fix]** Fix Unsafe Object Deserialization. * **[Fix]** Fix "Collection was mutated while being enumerated" exception in MSACChannelGroupDefault. * **[Fix]** Fix crash channel:didPrepareLog in MSACChannelGroupDefault ### App Center Distribute * **[Fix]** Fix crash in getPresentationAnchor function if the active scene is not an instance of UIWindowScene.
5.0.0
1 year ago
## Version 5.0.0 ### App Center * **[Feature]** Add Xcode 14 support. Xcode 11 and Xcode 12 are out of support now. Bump minumum supported iOS version to iOS 11. ### App Center Crashes * **[Improvement]** Update PLCrashReporter to 1.11.0.
4.4.3
1 year ago
## Version 4.4.3 ### App Center Crashes * **[Improvement]** Update PLCrashReporter to 1.10.2.
4.4.2
2 years ago
## Version 4.4.2 ### App Center Analytics * **[Feature]** Support build via the command line `swift build`. ### App Center Crashes * **[Feature]** Support build via the command line `swift build`. * **[Fix]** Add exception null check for `Crashes.trackError` API.
4.4.1
2 years ago
## Version 4.4.1 ### App Center * **[Fix]** Fix warning about broken symlink `MSACCustomProperties.h` when integrating via Swift Package Manager.
4.4.0
2 years ago
## Version 4.4.0 ### App Center * **[Breaking change]** Remove `AppCenter.setCustomProperties` API. * **[Fix]** Fix `Undefined symbol: OBJC_CLASS$_CTTelephonyNetworkInfo` error for Mac Catalyst platform when integrating the SDK via Swift Package Manager with Swift 5.5 and higher. * **[Fix]** Fix throw an exception when checking to authenticate MAC value during decryption. * **[Improvement]** Specified minimum cocoapods version in podspec to 1.10.0. ### App Center Analytics * **[Feature]** Increase the interval between sending logs from 3 to 6 seconds for the backend load optimization. * **[Feature]** Add `Analytics.enableManualSessionTracker` and `Analytics.startSession` APIs for tracking session manually. ### App Center Crashes * **[Feature]** Add `(NSString *)description` method to convert `MSACErrorReport` to a string and additional useful information about sending error. * **[Feature]** Save a crash report from the Xamarin.Mac platform. * **[Fix]** Fix build failure on Xcode 13, because of warning `Π‘ompletion handler is never used`. Only observable when SDK is integrated as source code. Continuation of the previous fix that fixed the issue on the beta version. * **[Fix]** Fix sending `Crashes.trackError` logs after allowing network requests after the launch app. * **[Improvement]** Update PLCrashReporter to 1.10.1. ### App Center Distribute * **[Fix]** Cancel authorization process if application is not active, otherwise ASWebAuthenticationSession will fail opening browswer and update flow will end up being in a broken state. This only affects updating from a private distribution group. ## Known issues * Warning about broken symlink `MSACCustomProperties.h` appear while integrating App Center with SPM.
4.3.0
2 years ago
## Version 4.3.0 ### App Center * **[Feature]** Improved `AES` token encryption algorithm using `Encrypt-then-MAC` data authentication approach. ### App Center Crashes * **[Feature]** Add support for tracking handled errors with `Crashes.trackError` and `Crashes.trackException` APIs. * **[Fix]** Fix build failure on Xcode 13, because of warning `completion handler is never used`. Only observable when SDK is integrated as source code. Workaround: Set `Treat Warnings as Errors` to `No` in target's build settings. * **[Improvement]** Update PLCrashReporter to 1.10.0. ### App Center Distribute - **[Fix]** Fix a warning `'Resources/AppCenterDistribute.strings': file not found` when resolving swift packages using Swift 5.5. - **[Fix]** Fix the part of the script which is responsible for cleanup the resource bundles inside the xcframework. - **[Fix]** Fix `Undefined symbols for architecture x86_64` for `ASWebAuthenticationSession` for Cocoapods (v 1.11) integration.
iOS macOS tvOS
microsoft/LocalizedStringKit v0.2.4
Generate .strings files directly from your code
⭐️ 292
πŸ•“ 36 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.2.5
3 years ago
microsoft/health-data-sync 1.0.0
HealthDataSync is a Swift library that simplifies and automates the export of HealthKit data to an external store.
⭐️ 25
πŸ•“ 4 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Initial Release
4 years ago
iOS
microsoft/healthkit-to-fhir 1.0.3
The HealthKitToFhir Swift Library provides a simple way to create FHIR Resources from HKObjects.
⭐️ 13
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.3
3 years ago
Fixed issue with improper OS Version string.
1.0.2
3 years ago
Added support for more HealthKit Types: - HKQuantityTypeIdentifierRestingHeartRate - HKQuantityTypeIdentifierHeartRateVariabilitySDNN - HKQuantityTypeIdentifierWalkingHeartRateAverage - HKQuantityTypeIdentifierAppleExerciseTime - HKQuantityTypeIdentifierAppleStandTime - HKQuantityTypeIdentifierActiveEnergyBurned - HKQuantityTypeIdentifierEnvironmentalAudioExposure - HKQuantityTypeIdentifierDietaryEnergyConsumed
1.0.1
4 years ago
Support for new HealthKit types: Blood Oxygen Saturation Weight Height Temperature Respiratory Rate
Initial Release
4 years ago
iOS
microsoft/iomt-fhir-client 1.0.0
The IomtFhirClient Swift library simplifies sending IoMT (Internet of Medical Things) data to an IoMT FHIR Connector for Azure endpoint.
⭐️ 7
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Initial Release
4 years ago
iOS
microsoft/CorrelationVector-Swift 1.0.0
CorrelationVector-Swift provides the Swift implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system.
⭐️ 3
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Initial release
4 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics