Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for SwiftLibrary (0.16 sec)

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/swift/plugins/SwiftLibraryPluginTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.language.swift.plugins
    
    import org.gradle.api.ProjectConfigurationException
    import org.gradle.internal.os.OperatingSystem
    import org.gradle.language.swift.SwiftLibrary
    import org.gradle.language.swift.SwiftSharedLibrary
    import org.gradle.language.swift.SwiftStaticLibrary
    import org.gradle.language.swift.tasks.SwiftCompile
    import org.gradle.nativeplatform.Linkage
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/building_swift_projects.adoc

    Gradle’s Swift support uses a `ConfigurableFileCollection` directly from the link:{groovyDslPath}/org.gradle.language.swift.SwiftApplication.html[application] or link:{groovyDslPath}/org.gradle.language.swift.SwiftLibrary.html[library] script block to configure the set of sources to compile.
    
    // TODO figure this out
    Libraries make a distinction between private (implementation details) and public (exported to consumer) headers.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/dsl/dsl.xml

                <title>Swift component types</title>
                <tr>
                    <td>org.gradle.language.swift.SwiftApplication</td>
                </tr>
                <tr>
                    <td>org.gradle.language.swift.SwiftLibrary</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.test.xctest.SwiftXCTestSuite</td>
                </tr>
            </table>
        </section>
    
        <section>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top