Skip to content

Instantly share code, notes, and snippets.

@Reedyuk
Created March 31, 2017 09:36
Show Gist options
  • Save Reedyuk/84d7aa435a39a187ae8965eb7891de25 to your computer and use it in GitHub Desktop.
Save Reedyuk/84d7aa435a39a187ae8965eb7891de25 to your computer and use it in GitHub Desktop.
Bitrise Change Test plist file
Version: 1.5.5
INFO[10:37:01] bitrise runs in CI mode
INFO[10:37:01] Running workflow: Test_Plist_Step
Switching to workflow: Test_Plist_Step
+------------------------------------------------------------------------------+
| (0) Set Base Url Xcode Plist Value |
+------------------------------------------------------------------------------+
| id: set-xcode-plist-value |
| version: 1.0.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-03-31T10:37:02+01:00 |
+------------------------------------------------------------------------------+
| |
INFO[10:37:02] * [OK] Step dependency (xcode) installed, available.
(i) Provided Info.plist path: NutmegTests/Info.plist
(i) Plist Key: base_url
(i) Plist value: TestingAndrew
# ---- Change Plist Value:
/usr/libexec/PlistBuddy -c "Set :${CONFIG_plist_key_string} ${CONFIG_plist_value_string}" "${CONFIG_project_info_plist_path}"
# ==> Plist value changed
| |
+---+---------------------------------------------------------------+----------+
| ✓ | Set Base Url Xcode Plist Value | 0.95 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| ✓ | Set Base Url Xcode Plist Value | 0.95 sec |
+---+---------------------------------------------------------------+----------+
| Total runtime: 0.95 sec |
+------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment