Marco Eidinger

Results 9 issues of Marco Eidinger

Hi, I'd like to run periphery against a Swift package that is platform-specific to iOS and therefore should be built with `xcodebuild` and not `swift build` (which is chosen by...

enhancement
question

Use new SwiftUI features for new hierarchical `List` API and `DisclosureGroup` (iOS 14+ / Xcode 12+) in demo app

enhancement
good first issue

Check the usage `print` statements in FioriIntegrationCards artifacts and delegate errors to consumer Example: Manifest.swift; public init(withCardBundleAt path: URL) throws

Prerequisites: - Swift package dependencies have to support macOS - adopt recent `1.2.0` release of github.com/sstadelman/observable-array - declare support for macOS in Package.swift - fix build issues for macOS (due...

enhancement

Hi, API documentation hosted on https://watson-developer-cloud.github.io/swift-sdk/ refers to version v4.3.0-12-gdec94096 but latest release is [v5.0.0](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/v5.0.0) Where can I find the latest API documentation?

`UILabel` Preview Example in project `SwiftUIKitExample.xcodeproj` does not work. ```swift UILabel() //

This PR updates the SwiftPM plugin autocomplete information for Swift 5.9. Result autocompletion ![Large GIF (560x416)](https://github.com/ohmyzsh/ohmyzsh/assets/4176826/889bba98-bdf3-499a-ae2a-e9daa1b51ec0) ## Standards checklist: - [X] The PR title is descriptive. - [X] The PR...

Area: plugin
Type: documentation
Topic: completion

by conditionally compiling the code related to UINotificationFeedbackGenerator as the class is only available on iOS