Daniel Lacasse

Results 183 issues of Daniel Lacasse

Allow executables and libraries to be built from Objective-C, and to be consumed from the same build and other builds in the same composite, and via a Maven repository. Allow...

a:roadmap
in:language-obj-c

A user can build an Objective-C library (shared and static) for the major operating system. Let's focus on building an approximation of what the `objective-c-library` plugin could look like. Avoid...

a:sample

The cocoapods integration should be very similar to prebuilt binaries. The exception would be around the Xcode integration that Cocoapods depends. We would need to evaluate to know if the...

in:language-swift
a:sample

It should be all possible. See https://gradle.slack.com/archives/CDYR952SH/p1568294956034700 for more information and https://discuss.gradle.org/t/bom-support-for-native-projects/29968 for the request.

a:sample

See the demonstration https://github.com/gradle/gradle-native/issues/755 and the PR https://github.com/gradle/gradle/pull/7611.

The solution to this sample should be similar to https://github.com/gradle/gradle-native/issues/510. Bonus point for showing how to download the prebuilt binary compressed package from a remote location.

in:docs
a:sample
@core

See https://discuss.gradle.org/t/how-to-pass-arguments-to-the-linker-when-building-a-cpp-application/30855/5

a:sample

### Expected Behavior C++/Swift application cross-compiled into an architecture other than host architecture (e.g. arm).

a:sample

### Expected Behavior As an example, it is possible to build native project without using Windows SDK. ### Current Behavior The system library and the toolchains are tightly couple together...

### Expected Behavior When declaring target machines for Swift components, it should not be possible to declare a target machine for Windows OS or event the x86 architecture. ### Current...