Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SwiftAppWithOptionalFeature (0.22 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/SwiftAppWithOptionalFeature.groovy

    package org.gradle.nativeplatform.fixtures.app
    
    import org.gradle.integtests.fixtures.SourceFile
    
    /**
     * A single module Swift app, with several source files, and an optional compile time feature.
     */
    class SwiftAppWithOptionalFeature extends SourceElement {
        final greeter = new SwiftGreeterWithOptionalFeature()
        final main = new SwiftMainWithOptionalFeature(greeter.withFeatureDisabled())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationIntegrationTest.groovy

    import org.gradle.nativeplatform.fixtures.app.SwiftAppWithLibrary
    import org.gradle.nativeplatform.fixtures.app.SwiftAppWithLibraryAndOptionalFeature
    import org.gradle.nativeplatform.fixtures.app.SwiftAppWithOptionalFeature
    import org.gradle.nativeplatform.fixtures.app.SwiftCompilerDetectingApp
    
    @RequiresInstalledToolChain(ToolChainRequirement.SWIFTC)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 12:43:37 UTC 2024
    - 40.2K bytes
    - Viewed (0)
Back to top