Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of about 10,000 for Xcode (0.15 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSwiftStaticLibraryLinkageWithXCTestProjectIntegrationTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode
    
    import org.gradle.nativeplatform.fixtures.app.SwiftLibWithXCTest
    import org.gradle.nativeplatform.fixtures.app.SwiftSourceElement
    import org.gradle.test.fixtures.file.DoesNotSupportNonAsciiPaths
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXBuildPhase.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.internal.xcodeproj;
    
    import java.util.ArrayList;
    import java.util.List;
    
    /**
     * Superclass of build phases. Each build phase represents one step in building a target.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/internal/XcodeWorkspaceFile.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.tasks.internal;
    
    import org.gradle.internal.xml.XmlTransformer;
    import org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject;
    
    import java.util.HashMap;
    import java.util.Map;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/gcc/metadata/SystemLibraryDiscovery.java

     */
    
    package org.gradle.nativeplatform.toolchain.internal.gcc.metadata;
    
    import org.gradle.nativeplatform.platform.internal.NativePlatformInternal;
    import org.gradle.nativeplatform.toolchain.internal.xcode.MacOSSdkPathLocator;
    
    import java.io.File;
    
    public class SystemLibraryDiscovery {
        private final MacOSSdkPathLocator macOSSdkPathLocator;
    
        public SystemLibraryDiscovery(MacOSSdkPathLocator macOSSdkPathLocator) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/xcode/MacOSSdkPlatformPathLocator.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.nativeplatform.toolchain.internal.xcode;
    
    import com.google.common.collect.ImmutableList;
    import org.gradle.process.internal.ExecActionFactory;
    
    import javax.inject.Inject;
    import java.util.List;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSwiftStaticLibraryLinkageProjectIntegrationTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode
    
    import org.gradle.nativeplatform.fixtures.app.SwiftLib
    import org.gradle.nativeplatform.fixtures.app.SwiftSourceElement
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. platforms/ide/ide-native/src/testFixtures/groovy/org/gradle/ide/xcode/fixtures/SchemeFile.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.fixtures
    
    import groovy.xml.XmlParser
    import org.gradle.test.fixtures.file.TestFile
    
    class SchemeFile {
        final TestFile file
        final String name
        final Node schemeXml
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1K bytes
    - Viewed (0)
  8. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/XCBuildConfiguration.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.internal.xcodeproj;
    
    /**
     * Build configuration containing a file reference ton an xcconfig file and additional inline
     * settings.
     */
    public class XCBuildConfiguration extends PBXBuildStyle {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1002 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/core-plugins/plugin_reference.adoc

    <<visual_studio_plugin.adoc#visual_studio_plugin,Visual Studio>>::
    Generates Visual Studio solution and project files for build that can be opened by the IDE.
    
    <<xcode_plugin.adoc#xcode_plugin,Xcode>>::
    Generates Xcode workspace and project files for the build that can be opened by the IDE.
    
    == Utility
    
    <<base_plugin.adoc#base_plugin,Base>>::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  10. platforms/ide/ide-native/src/testFixtures/groovy/org/gradle/ide/xcode/fixtures/WorkspaceFile.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.fixtures
    
    import groovy.xml.XmlParser
    import org.gradle.test.fixtures.file.TestFile
    
    class WorkspaceFile {
        final TestFile file
        final String name
        final Node contentXml
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top