{"id":13836673,"url":"https://github.com/microsoft/fluentui-apple","last_synced_at":"2025-12-29T22:20:17.622Z","repository":{"id":37051594,"uuid":"249825341","full_name":"microsoft/fluentui-apple","owner":"microsoft","description":"UIKit and AppKit controls for building native Microsoft experiences","archived":false,"fork":false,"pushed_at":"2024-05-22T22:34:31.000Z","size":123489,"stargazers_count":871,"open_issues_count":28,"forks_count":157,"subscribers_count":32,"default_branch":"main","last_synced_at":"2024-05-22T22:44:26.710Z","etag":null,"topics":["appkit","cocoa","fluentui-apple","ios","macos","microsoft","uikit"],"latest_commit_sha":null,"homepage":"https://www.microsoft.com/design/fluent/#/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T21:48:05.000Z","updated_at":"2024-07-18T21:20:18.237Z","dependencies_parsed_at":"2023-09-25T23:11:46.480Z","dependency_job_id":"ddad369b-4e68-4ed4-89be-58013d32eeba","html_url":"https://github.com/microsoft/fluentui-apple","commit_stats":{"total_commits":1766,"total_committers":103,"mean_commits":"17.145631067961165","dds":0.8646659116647791,"last_synced_commit":"7c50d290dea41c72c6e2bf2f9b1e4e37a63688e2"},"previous_names":[],"tags_count":182,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Ffluentui-apple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Ffluentui-apple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Ffluentui-apple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Ffluentui-apple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/fluentui-apple/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225647720,"owners_count":17502123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appkit","cocoa","fluentui-apple","ios","macos","microsoft","uikit"],"created_at":"2024-08-04T15:00:52.233Z","updated_at":"2025-12-29T22:20:17.615Z","avatar_url":"https://github.com/microsoft.png","language":"Swift","readme":"# Fluent UI Apple\nFluent UI Apple contains native UIKit and AppKit controls aligned with [Microsoft's Fluent UI design system](https://www.microsoft.com/design/fluent/#/). \n\n![Build Status](https://github.com/microsoft/fluentui-apple/workflows/CI/badge.svg?branch=main)\n![Localization Status](https://github.com/microsoft/fluentui-apple/workflows/Localize/badge.svg)\n![CocoaPod Publishing](https://github.com/microsoft/fluentui-apple/workflows/Pod-Publish/badge.svg)\n[![Build Status](https://dev.azure.com/microsoftdesign/fluentui-native/_apis/build/status/microsoft.fluentui-apple?branchName=main)](https://dev.azure.com/microsoftdesign/fluentui-native/_build/latest?definitionId=144\u0026branchName=main)\n![License](https://img.shields.io/github/license/Microsoft/fluentui-apple)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/MicrosoftFluentUI)](https://cocoapods.org/pods/MicrosoftFluentUI)\n![Platform](https://img.shields.io/cocoapods/p/MicrosoftFluentUI.svg?style=flat)\n\n## Getting Started\n### Install and use FluentUI\n\n#### Requirements\n\n- iOS 17+ or macOS 14+\n- Xcode 26.0+\n- Swift 5.9+\n\n#### Using Swift Package Manager\n\nTo integrate FluentUI using SwiftUI, specify it as a dependency in your Xcode project or `Package.swift` file:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/microsoft/fluentui-apple.git\", .upToNextMinor(from: \"X.X.X\")),\n],\n```\n\n#### Using CocoaPods\n\nTo get set up with CocoaPods visit their [getting started guide](https://guides.cocoapods.org/using/getting-started.html).\n\nTo integrate FluentUI into your Xcode project using CocoaPods, specify it in your Podfile:\n```ruby\npod 'MicrosoftFluentUI', '~\u003e X.X.X'\n```\n\n### Import and use FluentUI\n\nAfter the framework has been added you can import the module to use it:\n\nFor Swift\n```swift\nimport FluentUI\n```\nFor Objective-C\n```objective-c\n#import \u003cFluentUI/FluentUI-Swift.h\u003e\n```\n\n## List of Available Controls\nFor more platform-specific information, please see [the iOS readme file](Sources/FluentUI_iOS/README.md) and the [the macOS readme file](Sources/FluentUI_macOS/README.md).\n\n## Changelog\n\nWe use [GitHub Releases](https://github.com/blog/1547-release-your-software) to manage our releases, including the changelog between every release. You'll find a complete list of additions, fixes, and changes on the [Releases page](https://github.com/microsoft/fluentui-apple/releases).\n\n## License\n\nAll files on the FluentUI Apple GitHub repository are subject to the MIT license. Please read the [LICENSE](LICENSE) file at the root of the project.\n\nUsage of the logos and icons referenced in FluentUI Apple is subject to the terms of the [assets license agreement](https://aka.ms/fabric-assets-license).\n","funding_links":[],"categories":["Swift","HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Ffluentui-apple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Ffluentui-apple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Ffluentui-apple/lists"}