This repository was archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
runOCBuilderScript.command replace six other shell scripts #21
Open
matxpa
wants to merge
21
commits into
Pavo-IM:master
Choose a base branch
from
matxpa:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Components changed and changes made
TaskViewController.swift now send five parameters to a unique shell runOCBuilderScript.command.
1) "/tmp" (no changes) arguments.append(cloneLocation)
2) Target directory (no changes) arguments.append(finalLocation)
3) Bld_Type (Release or Debug) ex. arguments.append("Debug")
4) Bld_Arch (X64 or Ia32) ex. arguments.append("X64")
5) withKextsChecked ("0" or "1") ex. arguments.append("1")
New shell runOCBuilderScript.command replaces 6 release*.command and debug*.command
- Liste of kexts in an Array with specifics constraints (commented (start with #) lines are checked)
- Display of CommitID and Version N° for kexts and OC in "Output Text" (stdout)
- pseudo "\n" sent to "Output Text" (stdout) (not for all the lines)
- Copy Kexts package (all zipped kext Release and/or Debug when kexts is checked)
Main.storyboard to allow "Output Text " selection ( Selectable checked in "Attributs inspector" of "Output Text")
the only change on this component
OCBuilder.xcodeproj just to remove unused components and add the new one
Attached : result of "select copy" of "Output Text" (stdout) and paste it in a text file (Release_0.6.9-4637cc7_With_Kext.log)
Release_0.6.9-4637cc7_With_Kext.log
Matxpa