You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+64-2Lines changed: 64 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,66 @@ What this tool does:
25
25
Just open up your `Terminal.app` on OS X, copy-paste this into it and hit Enter
26
26
to run:
27
27
28
-
For `Xcode` project (project or workspace):
28
+
#### Xcode
29
+
<details ><summary>For Archiving & Exporting IPA for <code>Xcode</code> project (project or workspace):</summary>
30
+
<p>
29
31
32
+
Exporting the code signing files of the App target and it's dependent targets for the Archive and IPA generation (e.g: [Xcode Archive & Export for iOS](https://github.com/bitrise-io/steps-xcode-archive) step will need them):
<details><summary>For UI testing on real device for <code>Xcode</code> project (project or workspace) e.g: <ahref="https://github.com/bitrise-steplib/steps-xcode-build-for-test">Xcode Build for testing for iOS</a> & <ahref="https://github.com/bitrise-steplib/steps-virtual-device-testing-for-ios">iOS Device Testing</a>:</summary>
41
+
<p>
42
+
43
+
---
44
+
45
+
_Note: For UI testing you will need the code signing files for the App target and it's dependent targets and for the UI test targets too._
46
+
_So you will need to run the `install_wrap-xcode.sh ` and the `install_wrap-xcode-uitests.sh` as well._
47
+
48
+
---
49
+
50
+
First you need to export the code signing files of the App target and it's dependent targets:
0 commit comments