Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for cleanXcode (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/xcode-task-graph.dot

      xcodeWorkspaceWorkspaceSettings -> xcodeWorkspace -> xcode -> openXcode [dir=back]
    
      xcodeWorkspace[label=<xcodeWorkspace>]
    
      xcodeWorkspace -> cleanXcode [style=invis]
      {rank=same xcodeWorkspace cleanXcode}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSingleProjectIntegrationTest.groovy

            def project = rootXcodeProject.projectFile
            project.mainGroup.assertHasChildren(['build.gradle'])
            project.assertNoTargets()
        }
    
        @ToBeFixedForConfigurationCache
        def "cleanXcode remove all XCode generated project files"() {
            requireSwiftToolChain()
    
            given:
            buildFile << """
    apply plugin: 'swift-application'
    """
    
            when:
            succeeds("xcode")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/xcode_plugin.adoc

    ====
    
    [[sec:xcode_tasks]]
    == Tasks
    
    The Xcode Plugin adds a number of tasks to your project.
    The main tasks that you will use are the `xcode`, `cleanXcode` and `openXcode` tasks.
    
    The following diagram shows the relationships between tasks added by this plugin.
    
    .Xcode Plugin default task graph
    image::xcode-task-graph.png[]
    
    [[sec:xcode_lifecycle_tasks]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/helpers.go

    	req *http.Request
    }
    
    func (lazy *lazyScope) String() string {
    	if lazy.req != nil {
    		ctx := lazy.req.Context()
    		requestInfo, ok := apirequest.RequestInfoFrom(ctx)
    		if ok {
    			return metrics.CleanScope(requestInfo)
    		}
    	}
    
    	return "unknown"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 03 15:25:35 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top