Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate socket.ini documentation #353

Merged
merged 9 commits into from
Apr 21, 2023
Merged

generate socket.ini documentation #353

merged 9 commits into from
Apr 21, 2023

Conversation

chicoxyzzy
Copy link
Member

@chicoxyzzy chicoxyzzy commented Apr 14, 2023

Undocumented stuff from config:

  • "android_" + platform.os + "_home"
  • android_home
  • android_enable_standard_ndk_build
  • android_skip_gradle
  • android_build_socket_runtime
  • android_main_activity
  • android_sdk_manager_path
  • android_aapt_no_compress
  • android_aapt (undocumented)
  • android_native_abis
  • android_ndk_abi_filters (undocumented)
  • android_manifest_permissions
  • android_allow_cleartext
  • android_default_config_external_native_build
  • android_external_native_build
  • android_native_cflags
  • android_native_sources
  • android_native_makefile
  • android_sources
  • android_sdk_manager_path
  • ios_provisioning_specifier
  • ios_provisioning_profile
  • ios_codesign_identity
  • apple_team_id
  • apple_instruments
  • headless_runner
  • headless_runner_flags
  • "headless_" + platform.os + "_runner"
  • "headless_" + platform.os + "_runner_flags"
  • build_suffix
  • linux_executable_path
  • deb_name
  • win_version
  • exe
  • mac_sign
  • mac_sign_paths

@chicoxyzzy chicoxyzzy requested review from heapwolf, jwerle and mribbons and removed request for heapwolf April 17, 2023 19:48
@chicoxyzzy chicoxyzzy marked this pull request as ready for review April 18, 2023 12:37
@chicoxyzzy chicoxyzzy changed the title generate socket.ini documentation WIP generate socket.ini documentation Apr 18, 2023
@@ -1277,7 +1269,6 @@ int main (const int argc, const char* argv[]) {
}

settings["debug"] = flagDebugMode;
settings["build_suffix"] = suffix;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not used anywhere

Comment on lines -176 to -181
if (androidHome.size() == 0) {
androidHome = settings["android_" + platform.os + "_home"];
}

if (androidHome.size() == 0) {
androidHome = settings["android_home"];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed in favor of .ssc.env and .sscrc

Comment on lines -2448 to -2451
if (settings.count("deb_name") == 0) {
settings["deb_name"] = settings["build_name"];
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just use build_name in the deb template

@mribbons
Copy link
Contributor

@chicoxyzzy Can you rebase to master and see if Android / Linux CI works now that #360 has been merged?

@chicoxyzzy
Copy link
Member Author

@jwerle @mribbons still need your help with last 4 🙏

@chicoxyzzy chicoxyzzy merged commit 1609e5c into master Apr 21, 2023
@chicoxyzzy chicoxyzzy deleted the docs-config branch April 21, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants