Skip to content

Commit cf12cd4

Browse files
authored
remove references to archived openwhisk-client-swift (#4795)
The Swift 3 mobile SDK is not being actively maintained and was archived in mid-2019. Remove dangling references from the core repo docs and the nginx.conf template.
1 parent d9e4c10 commit cf12cd4

File tree

5 files changed

+1
-269
lines changed

5 files changed

+1
-269
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ interested in:
7575
- [Create triggers and rules](docs/triggers_rules.md)
7676
- [Use and create packages](docs/packages.md)
7777
- [Browse and use the catalog](docs/catalog.md)
78-
- [Using the OpenWhisk mobile SDK](docs/mobile_sdk.md)
7978
- [OpenWhisk system details](docs/reference.md)
8079
- [Implementing feeds](docs/feeds.md)
8180
- [Developing a runtime for a new language](docs/actions-actionloop.md)

ansible/edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This playbook deploys Openwhisk Edge servers.
1919
# The edge is usually populated with NGINX serving as proxy.
2020
# The CLI also gets built and published for downloading from NGINX.
21-
# SDKs for blackbox and iOS get published to NGINX also.
21+
# SDKs for blackbox get published to NGINX also.
2222

2323
- hosts: edge
2424
roles:

ansible/roles/nginx/templates/nginx.conf.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ http {
141141
return 301 https://github.com/apache/openwhisk-runtime-docker/releases/download/sdk%400.1.0/blackbox-0.1.0.tar.gz;
142142
}
143143

144-
location /OpenWhiskIOSStarterApp.zip {
145-
return 301 https://github.com/apache/openwhisk-client-swift/releases/download/0.3.0/starterapp-0.3.0.zip;
146-
}
147-
148144
location /cli {
149145
autoindex on;
150146
alias /etc/nginx/cli/go/download;

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ This programming model is a perfect match for microservices, mobile, IoT and man
4444

4545
## Implementation guide
4646
- [Setting up and using OpenWhisk CLI](./cli.md)
47-
- [Using OpenWhisk from an iOS app](./mobile_sdk.md).
4847
- [Using REST APIs with OpenWhisk](./rest_api.md)
4948

5049
<!-- TODO - need to add the following items and pages in the future:

docs/mobile_sdk.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)