Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for vcxproj (0.13 sec)

  1. platforms/ide/ide-native/src/main/resources/org/gradle/ide/xcode/tasks/internal/default.pbxproj

    Bálint Hegyi <******@****.***> 1695116871 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 118 bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/testFixtures/groovy/org/gradle/ide/xcode/fixtures/XcodeProjectPackage.groovy

        XcodeProjectPackage(TestFile xcodeProjectPackage) {
            xcodeProjectPackage.assertIsDir()
            dir = xcodeProjectPackage
            projectFile = new ProjectFile(xcodeProjectPackage.file("project.pbxproj"))
            workspaceSettingsFile = dir.file('project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings')
    
            def xcschemesDir = dir.file("xcshareddata/xcschemes")
            if (xcschemesDir.exists()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  3. .gitignore

    /tensorflow/lite/tools/make/gen/**
    /api_init_files_list.txt
    /estimator_api_init_files_list.txt
    *.whl
    
    # Android
    .gradle
    .idea
    *.iml
    local.properties
    gradleBuild
    
    # iOS
    *.pbxproj
    *.xcworkspace
    /*.podspec
    /tensorflow/lite/**/coreml/**/BUILD
    /tensorflow/lite/**/ios/BUILD
    /tensorflow/lite/**/objc/BUILD
    /tensorflow/lite/**/swift/BUILD
    /tensorflow/lite/examples/ios/simple/data/*.tflite
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 22:28:59 UTC 2024
    - 934 bytes
    - Viewed (0)
  4. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/internal/XcodeProjectFile.java

        }
    
        @Override
        protected void load(NSDictionary rootObject) {
    
        }
    
        @Override
        protected String getDefaultResourceName() {
            return "default.pbxproj";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/xcode_plugin.adoc

    _Depends on_: `xcodeProjectWorkspaceSettings` and `xcodeScheme` (if buildable binary present)
    +
    Generates the `__projectName__.xcodeproj/project.pbxproj` file.
    
    [[sec:xcode_configuration]]
    == Configuration
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  6. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/plugins/XcodePlugin.java

        @Override
        protected void onApply(final Project project) {
            TaskProvider<? extends Task> lifecycleTask = getLifecycleTask();
            lifecycleTask.configure(withDescription("Generates XCode project files (pbxproj, xcworkspace, xcscheme)"));
    
            if (isRoot()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  7. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/GenerateXcodeProjectFileTask.java

    import static org.gradle.ide.xcode.internal.XcodeUtils.toSpaceSeparatedList;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  8. src/cmd/go/internal/help/helpdoc.go

    If that page contains the meta tag
    
    	<meta name="go-import" content="example.org git https://code.org/r/p/exproj">
    
    the go tool will verify that https://example.org/?go-get=1 contains the
    same meta tag and then git clone https://code.org/r/p/exproj into
    GOPATH/src/example.org.
    
    When using GOPATH, downloaded packages are written to the first directory
    listed in the GOPATH environment variable.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  9. src/encoding/json/testdata/code.json.gz

    2059322},{"name":"atomic_ref_count.h","kids":[],"cl_weight":0.02,"touches":1,"min_t":1232058311,"max_t":1232058311,"mean_t":1232058311},{"name":"build","kids":[{"name":"base.vcproj","kids":[],"cl_weight":0.18666666666666665,"touches":2,"min_t":1224189829,"max_t":1232058311,"mean_t":1228124070},{"name":"base_unittests.vcproj","kids":[],"cl_weight":0.16666666666666666,"touches":1,"min_t":1224189829,"max_t":1224189829,"mean_t":1224189829}],"cl_weight":0.3533333333333333,"touches":2,"min_t":12241898...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //
    // If that page contains the meta tag
    //
    //	<meta name="go-import" content="example.org git https://code.org/r/p/exproj">
    //
    // the go tool will verify that https://example.org/?go-get=1 contains the
    // same meta tag and then git clone https://code.org/r/p/exproj into
    // GOPATH/src/example.org.
    //
    // When using GOPATH, downloaded packages are written to the first directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top