kfur / ccViewer

CryptCloudViewer source codes

Home Page:https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccViewer

This repository is source code of iOS app "CryptCloudViewer" https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8

description

This app is iOS cloud viewer with keeping encrypted. Supported storages: Google Drive, Dropbox, OneDrive, pCloud and Document folder. Available encryption: rclone, CarotDAV. This app can play media files with keeping encrypted. In addition, this app can play non-native media files (ex. mpeg2) with software decoder. You can edit your cloud storages: upload, make folder, rename, move, delete items.

In version 1.4.0, Chromecast support added. Please keep the app foreground and not lock the device while casting to Chromecast.

how to compile

if you did not set up, run these commands.

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
brew install nasm
brew install yasm

prepare depencency

./chromecast.sh
cd work
./clone.sh
./build.sh

open with Xcode and compile

  1. open workspace "ccViewer.xcworkspace"
  2. select scheme "ccViewer" and build

If you want to use, fix a file "RemoteCloud/RemoteCloud/Secret.swift" for your own client_id and secret.

About

CryptCloudViewer source codes

https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8

License:MIT License


Languages

Language:Swift 85.2%Language:C++ 12.6%Language:C 1.0%Language:HTML 0.8%Language:Shell 0.4%Language:Objective-C 0.1%