Skip to content

Commit c534ae1

Browse files
authored
Merge pull request #264 from codesandbox/PC-2016-remove-ios
remove ios in docs
2 parents 7bfb82b + 80cc384 commit c534ae1

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

packages/projects-docs/pages/faq.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,9 @@ If you have additional questions or need support, please use the community [Disc
189189

190190
### What is the current state of CodeSandbox for iOS?
191191

192-
CodeSandbox for iOS support and maintenance is currently suspended.
192+
CodeSandbox for iOS is no longer available.
193193

194-
CodeSandbox is currently unable to update the iOS experience at the rate required to keep up with the changes happening on the web editor. As a result, we have decided to discontinue support for the iOS app until we are able to provide an experience on par with the web editor. This does not remove the app from your device or prevent you from opening it if you already have it installed.
195-
196-
We will make a further announcement about the future of CodeSandbox for iOS by July 2024.
194+
CodeSandbox is currently unable to maintain the app experience and has removed it from the App Store. This does not remove the app from your device or prevent you from opening it if you already have it installed.
197195

198196
## Sandboxes
199197

packages/projects-docs/pages/learn/repositories/collaborate-share.mdx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ title: Collaborate and Share
33
description:
44
---
55

6-
76
# Collaborate & Share
7+
88
At CodeSandbox, we believe that collaborating on code should be as easy as possible.
99

1010
As we evolve our platform, we keep expanding how you can collaborate with others when coding.
1111

12-
1312
## Repositories & Devboxes
14-
13+
1514
CodeSandbox Repositories and Devboxes were built to facilitate collaboration.
1615

1716
Every branch you run on CodeSandbox gets its own live [development environment](/learn/environment/vm), which is fully collaborative by default. This means **you just have to share the URL of that branch to collaborate with others**.
@@ -21,23 +20,19 @@ When an Editor joins the branch you're on, you can follow their avatar through t
2120
This makes CodeSandbox Repositories the perfect tool to develop full-stack apps with your team, as you can grant access to all projects and branches or share specific branches with more granular permissions.
2221

2322
### Sharing specific branches
23+
2424
1. Open the branch you wish to share in the **Editor**.
2525
2. In the top right corner, click on **`Share`** .
2626
3. Copy the URL to share your workspace.
2727

2828
### Working in teams
29+
2930
For more information on managing and creating teams, go to the [Team](/learn/teams/permissions) page.
3031

3132
### Working on other IDEs
3233

33-
Collaboration works on our VS Code extension and the CodeSandbox iOS App in a very similar fashion. Simply find the branch that you want to work on together, share the URL, and build together live.
34+
Collaboration works on our VS Code Desktop in a very similar fashion. Simply find the branch that you want to work on together, share the URL, and build together live.
3435

3536
### Devboxes
3637

3738
Collaborating on Devboxes is almost identical to what we described above for Repositories. The main difference is the fact that Devboxes are an isolated instance that's not connected to GitHub, so there's no concept of a "branch".
38-
39-
40-
41-
42-
43-

packages/projects-docs/pages/learn/repositories/getting-started/configure-vscode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { Callout } from 'nextra-theme-docs'
77

88
## VS Code Configuration
99

10-
CodeSandbox supports opening branches in [VS Code](https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects) and in our [native iOS app](https://apps.apple.com/us/app/codesandbox/id1423330822). When you open the branch inside VS Code, you will have access to your own extensions, keybindings and themes.
10+
CodeSandbox supports opening branches in [VS Code Desktop](https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects). When you open the branch inside VS Code, you will have access to your own extensions, keybindings and themes.
1111

12-
<Callout emoji="">VS Code and iOS also have live collaboration across different editors. This means that you'll be able to work together with someone who has the same branch open inside the web editor.</Callout>
12+
<Callout emoji="">VS Code Desktop also has live collaboration. This means that you'll be able to work together with someone who has the same branch open inside the web editor.</Callout>
1313

1414
If you want to configure default VS Code extensions to be installed for your repository, you can create a new file called `.vscode/recommendations.json`.
1515

0 commit comments

Comments
 (0)