Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setShellScript (0.13 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXShellScriptBuildPhase.java

         */
        @Nullable
        public String getShellScript() {
            return shellScript;
        }
    
        /**
         * Sets the contents of the script to execute.
         */
        public void setShellScript(String shellScript) {
            this.shellScript = shellScript;
        }
    
        @Override
        public void serializeInto(XcodeprojSerializer s) {
            super.serializeInto(s);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top