Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfresco/alfresco-mobile-workspace-ios
https://github.com/alfresco/alfresco-mobile-workspace-ios
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfresco/alfresco-mobile-workspace-ios
- Owner: Alfresco
- License: apache-2.0
- Created: 2019-08-09T08:57:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T08:23:15.000Z (about 2 months ago)
- Last Synced: 2024-09-17T08:02:50.553Z (about 2 months ago)
- Language: Swift
- Size: 7.49 MB
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://alfresco.com/)
# Alfresco Mobile Workspace iOS
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Alfresco/alfresco-mobile-workspace-ios?label=release)
![License](https://img.shields.io/github/license/Alfresco/alfresco-mobile-workspace-android)## What Is Alfresco Mobile Workspace?
Alfresco Mobile Workspace enables users to work away from their workstation without compromising on the way content is accessed. Keep productivity high by transporting technical documents into the field without having to worry about a data connection.- View your content on mobile with support for all major document types such as Microsoft Word, Excel and PowerPoint, as well as, large format rendering of JPEG and PNG images + many, many more
- Manage and view content offline
- View libraries, recent/shared and manage favorites from your mobile device
- Dark mode ready to support health and wellbeing at work
- Seamless experience across all platforms## Where can I find it ?
You can make use of the app by installing it from the App Store.
Alternatively you can build your own version of the app locally.
## Installation
### Prerequisites
In order to build Alfresco Mobile Workspace for iOS locally, it is necessary to install the following tools on the local machine:
- XCode 11 or newer
- Cocoapods 1.0 or newer### How to build locally
1. Clone the repository:
`git clone https://github.com/Alfresco/alfresco-mobile-workspace-ios.git`
2. Install the Cocoapods dependencies:
`pod install`
3. Open the project using the workspace file
`open ContentApp.xcworkspace`
4. Compile and run your project using the `ContentApp` scheme## Development
We'd love to accept your patches and contributions to this project. [Check our Contributing guidelines](https://github.com/Alfresco/alfresco-mobile-workspace-ios/blob/master/CONTRIBUTING.md).