forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Explicitly pass environmental variables to Xcode build script. * Integrate COMPOSE_DEMO_APPLE_TEAM_ID variable into xcodegen * Update prebuild script in project.template.yml Refactor the prebuild script for better readability and maintainability. Removed unnecessary environment variables and simplified Gradle command. * Update gradle CLI script in project.template.yml Refactor prebuildScripts in project.template.yml for better readability and maintainability. Separate relevant commands into distinct lines to improve code structure. * Add echo JAVA_HOME in build script --------- Co-authored-by: dima.avdeev <[email protected]>
- Loading branch information
1 parent
eb888df
commit f56a88b
Showing
3 changed files
with
33 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*.xcodeproj | ||
plists | ||
project.generated.yml |
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