nimblehq / ios-templates

Our optimized iOS templates used in our projects

Home Page:https://nimblehq.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate `set_up_test_testflight.sh` to Swift command

blyscuit opened this issue · comments

Why

Migrate our setup commands to Swift command to ease maintenance for newcomers.

To simplify the script, the Swift command can run shell command to replace all

LC_ALL=C find $WORKING_DIR -type f -exec sed -i "" "s/$CONSTANT_TEAM_ID/$TEAM_ID/g" {} +

Acceptance Criteria

  • Create SetUpTestTestFlight.swift.
  • Run script as part of GH Actions Test Upload Build to TestFlight.
  • Remove script in make.sh.

Who Benefits?

Template Developers