Skip to content

Commit 2dc0479

Browse files
Update ios-continuous-integration-with-xcode.md
1 parent ed09678 commit 2dc0479

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/examples/ios-continuous-integration-with-xcode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Xcode that run on iOS, macOS, watchOS, or tvOS.
99

1010
Semaphore supports building, testing, and deploying Swift, Objective-C, and
1111
React Native projects. Projects can be built with
12-
[Xcode 14][macos-xcode14] running on a macOS `a1-standard-4`
12+
[Xcode 15][macos-xcode15] running on a macOS `a1-standard-4`
1313
or higher [machine type][machine-types].
1414

1515
> **WARNING: The macOS Xcode 14 OS image is now deprecated. Please update to the newer [macOS Xcode 15](https://docs.semaphoreci.com/ci-cd-environment/macos-xcode-15-image/) image.**
@@ -69,7 +69,7 @@ name: Tallest Towers
6969
agent:
7070
machine:
7171
type: a1-standard-4
72-
os_image: macos-xcode14
72+
os_image: macos-xcode15
7373

7474
# Blocks are the heart of a pipeline and are executed sequentially. Each block
7575
# has a task that defines one or more parallel jobs. Jobs define commands that
@@ -177,13 +177,13 @@ them. For example, you might have a build phase and a delivery phase.
177177
The agent defines the environment in which your CI runs. It is a combination of
178178
a machine type and an operating system image. For a project built with Xcode, you
179179
must use one of the Apple [machine types][machine-types], coupled with a macOS
180-
image running [Xcode 14][macos-xcode14].
180+
image running [Xcode 15][macos-xcode15].
181181
182182
``` yaml
183183
agent:
184184
machine:
185185
type: a1-standard-4
186-
os_image: macos-xcode14
186+
os_image: macos-xcode15
187187
```
188188
189189
### Defining blocks
@@ -253,7 +253,7 @@ information on the exact functionality of `cache` can be found in
253253
### Selecting an Xcode version
254254

255255
You can find the list of available versions of Xcode in the
256-
[Xcode 14][macos-xcode14] image references.
256+
[Xcode 14][macos-xcode15] image references.
257257
Select the desired version for your project with `xcversion`.
258258

259259
``` yaml
@@ -375,7 +375,7 @@ yourself. Here’s how to build the demo project with your own account:
375375
- [TestFlight integration][testflight]
376376
- [HockeyApp integration][hockeyapp]
377377

378-
[macos-xcode14]: https://docs.semaphoreci.com/ci-cd-environment/macos-xcode-14-image/
378+
[macos-xcode15]: https://docs.semaphoreci.com/ci-cd-environment/macos-xcode-15-image/
379379
[machine-types]: https://docs.semaphoreci.com/ci-cd-environment/machine-types/
380380
[example-project]: https://github.com/semaphoreci-demos/semaphore-demo-ios-swift-xcode
381381
[example-project-readme]: https://github.com/semaphoreci-demos/semaphore-demo-ios-swift-xcode/blob/master/README.md

0 commit comments

Comments
 (0)