Skip to content

Commit

Permalink
[#490] Remove set_up_deliverable.sh and references
Browse files Browse the repository at this point in the history
[#490] Remove set_up_deliverable.sh and references
  • Loading branch information
blyscuit committed Jul 7, 2023
1 parent 9c26d56 commit 242207a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion .github/wiki/Deliverable-Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ The file [DeliverableConstants.rb](https://github.com/nimblehq/ios-templates/blo
## Configure later

- Developer can modify the `DeliverableConstants` at any time.
- Use the command `sh set_up_deliverable.sh` to open `DeliverableConstants` with Xcode.
- Open the file manually at `fastlane/Constants/DeliverableConstants.rb` with any IDE.
1 change: 0 additions & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ if [[ -z "${CI}" ]]; then
rm -rf fastlane/Tests
rm -f set_up_test_firebase.sh
rm -f set_up_test_testflight.sh
sh set_up_deliverable.sh
cat Scripts/Swift/SetUpCICDService.swift Scripts/Swift/Extensions/FileManager+Utils.swift Scripts/Swift/Helpers/SafeShell.swift > t.swift && swift t.swift && rm -rf 't.swift'
cat Scripts/Swift/SetUpDeliveryConstants.swift Scripts/Swift/Extensions/FileManager+Utils.swift Scripts/Swift/Helpers/SafeShell.swift > t.swift && swift t.swift && rm -rf 't.swift'
fi
Expand Down
26 changes: 0 additions & 26 deletions set_up_deliverable.sh

This file was deleted.

0 comments on commit 242207a

Please sign in to comment.