Skip to content

Commit

Permalink
feat: Add information about support for CodeSandbox for iOS (#225)
Browse files Browse the repository at this point in the history
* feat: Add information about the temporary suspension of support for CodeSandbox for iOS

* style: Update wording in FAQ

* fix: Remove 'actively' from iOS app not supported message

* style: Update wording for CodeSandbox for iOS support and maintenance

* Update packages/projects-docs/pages/faq.mdx

Co-authored-by: Necoline Hubner <[email protected]>

* style: minor copy fixes

---------

Co-authored-by: Necoline Hubner <[email protected]>
  • Loading branch information
filipelima18 and necoline authored Jan 16, 2024
1 parent 8783a0d commit 7803369
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/projects-docs/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,14 @@ If you have additional questions or need support, please use the community [Disc

</WrapContent>
<WrapContent>

### What is the current state of CodeSandbox for iOS?
CodeSandbox for iOS support and maintenance is currently suspended.

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.

We will make a further announcement about the future of CodeSandbox for iOS by July 2024.

## Sandboxes

### Why am I getting a git error resolving a dependency?
Expand Down
4 changes: 4 additions & 0 deletions packages/projects-docs/pages/learn/editors/ios/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import Video from '../../../../../../shared-components/Video'

# iOS

<Callout emoji="ℹ️">
The CodeSandbox for iOS app is currently not supported.
</Callout>

The iOS Editor contains a set of features to increase the accessibility of complex tools like git, setup, review flows, contributions, and visualizing components.

Here is an overview of the iOS editor structure:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ title: Setting up iOS
description: With this guide, you'll learn how to get started with the iOS app.
---

import { Callout } from 'nextra-theme-docs'

# Setting up iOS

<Callout emoji="ℹ️">
The CodeSandbox for iOS app is currently not supported.
</Callout>

## Getting Started

Bring your CodeSandbox projects with you wherever you go with just your iPhone or iPad. First, download the CodeSandbox app from the [App Store](https://apps.apple.com/us/app/codesandbox/id1423330822) and log in using your CodeSandbox account. If you don't have one, you can quickly sign up using a GitHub, Google, or Apple account.
Expand Down
5 changes: 5 additions & 0 deletions packages/projects-docs/pages/learn/editors/ios/shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ title: Keyboard Shortcuts
description:
---

import { Callout } from 'nextra-theme-docs'

# Keyboard shortcuts

<Callout emoji="ℹ️">
The CodeSandbox for iOS app is currently not supported.
</Callout>

## Global

Expand Down
5 changes: 5 additions & 0 deletions packages/projects-docs/pages/learn/editors/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import { Tabs, WrapContent } from '../../../../../shared-components/Tabs'
import { Callout } from 'nextra-theme-docs'

# Editors

Expand Down Expand Up @@ -49,6 +50,10 @@ To get the most from your local setup, check our [VS Code Extension documentatio

![iOS-App](../images/iOS-iPad.jpg)

<Callout emoji="ℹ️">
The CodeSandbox for iOS app is currently not supported.
</Callout>

**CodeSandbox for iOS** is a fully native development environment that brings the power of modern software development to your iOS device. Use your iPhone or iPad to develop any kind of application or collaborate in real-time with others.

[Go to the App Store](https://apps.apple.com/us/app/codesandbox/id1423330822)
Expand Down
4 changes: 4 additions & 0 deletions packages/projects-docs/pages/learn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ To get the most from your local setup, check our [VS Code Extension documentatio

![iOS-App](./images/iOS-iPad.jpg)

<Callout emoji="ℹ️">
The CodeSandbox for iOS app is currently not supported.
</Callout>

**CodeSandbox for iOS** is a fully native development environment that brings the power of modern software development to your iOS device. Use your iPhone or iPad to develop any kind of application or collaborate in real time with others.

[Go to the App Store](https://apps.apple.com/us/app/codesandbox/id1423330822)
Expand Down
5 changes: 5 additions & 0 deletions packages/projects-docs/pages/learn/repositories/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description:
---

import Video from '../../../../../shared-components/Video'
import { Callout } from 'nextra-theme-docs'

# CodeSandbox Repositories

Expand Down Expand Up @@ -39,6 +40,10 @@ Open any branch directly in your local VS Code and use all the extensions and ke

## Develop on the go with an iOS native app

<Callout emoji="ℹ️">
The CodeSandbox for iOS app is currently not supported.
</Callout>

Pick up where you left off or develop from scratch from an iPad or iPhone with all the functionalities that you would expect from a development environment.

<Video src="../../introduction-ios.mp4" />

1 comment on commit 7803369

@vercel
Copy link

@vercel vercel bot commented on 7803369 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.