-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Flank scripts for generating test artifacts"
This reverts commit bc03d64. Flank scripts for generating game loop artifacts will be added in #1345
- Loading branch information
Showing
12 changed files
with
21 additions
and
150 deletions.
There are no files selected for viewing
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
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
18 changes: 1 addition & 17 deletions
18
flank-scripts/src/main/kotlin/flank/scripts/shell/ios/IosBuildCommand.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,10 @@ | ||
package flank.scripts.shell.ios | ||
|
||
fun createXcodeBuildForTestingCommand(buildDir: String, scheme: String, project: String = "", workspace: String = "") = | ||
fun createIosBuildCommand(buildDir: String, workspace: String, scheme: String, project: String = "") = | ||
"xcodebuild build-for-testing" + | ||
" -allowProvisioningUpdates" + | ||
(if (workspace.isBlank()) "" else " -workspace $workspace") + | ||
(if (project.isBlank()) "" else " -project $project") + | ||
" -scheme $scheme" + | ||
" -derivedDataPath $buildDir" + | ||
" -sdk iphoneos" | ||
|
||
fun createXcodeArchiveCommand(archivePath: String, scheme: String, project: String = "", workspace: String = "") = | ||
"xcodebuild" + | ||
" -allowProvisioningUpdates" + | ||
(if (workspace.isBlank()) "" else " -workspace $workspace") + | ||
(if (project.isBlank()) "" else " -project $project") + | ||
" -scheme $scheme" + | ||
" archive" + | ||
" -archivePath $archivePath" | ||
|
||
fun createXcodeExportArchiveCommand(archivePath: String, exportOptionsPlistPath: String, exportPath: String = "") = | ||
"xcodebuild -exportArchive" + | ||
" -allowProvisioningUpdates" + | ||
" -archivePath $archivePath" + | ||
" -exportOptionsPlist $exportOptionsPlistPath" + | ||
" -exportPath $exportPath" |
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
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
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
32 changes: 0 additions & 32 deletions
32
flank-scripts/src/main/kotlin/flank/scripts/shell/ops/BuildGameLoopExampleCommand.kt
This file was deleted.
Oops, something went wrong.
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
47 changes: 0 additions & 47 deletions
47
flank-scripts/src/main/kotlin/flank/scripts/shell/ops/BuildIosIPA.kt
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
flank-scripts/src/main/kotlin/flank/scripts/shell/ops/BuildMultiTestTargetsExample.kt
This file was deleted.
Oops, something went wrong.
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
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