MACOS specific #35

Open
opened 2022-04-07 09:14:15 +00:00 by dikkadev · 1 comment
dikkadev commented 2022-04-07 09:14:15 +00:00 (Migrated from github.com)

A macOS specific would be good to have.
This would not be much work, as it'd be mostly the same as with standard Linux (?)

Specifically one would need to add another OS in the OS enum
github.com/Sett17/Devfile@5081885049/src/nativeMain/kotlin/Specifics.kt (L68)

and define the prefixLines in the execute function
github.com/Sett17/Devfile@5081885049/src/nativeMain/kotlin/Specifics.kt (L30)

Both are trivial.

A macOS specific would be good to have. This would not be much work, as it'd be mostly the same as with standard Linux (?) Specifically one would need to add another OS in the OS enum https://github.com/Sett17/Devfile/blob/5081885049704d30a8461ff2cbdcac9eccc21b1b/src/nativeMain/kotlin/Specifics.kt#L68 and define the prefixLines in the execute function https://github.com/Sett17/Devfile/blob/5081885049704d30a8461ff2cbdcac9eccc21b1b/src/nativeMain/kotlin/Specifics.kt#L30 Both are trivial.
dikkadev commented 2022-04-07 09:15:17 +00:00 (Migrated from github.com)

And one would need to change the currentOS detection in the Specifics.kt to include macOS

And one would need to change the currentOS detection in the [Specifics.kt](https://github.com/Sett17/Devfile/blob/master/src/nativeMain/kotlin/Specifics.kt#L9) to include macOS
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
graveyard/DevfileKotlin#35
No description provided.