EmanuelKuhn / warpinator-swift

An unofficial implementation of Warpinator for mac and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warpinator for macOS and iOS

Warpinator-swift is an unoffical implementation of Warpinator for macOS and iOS devices. The UI is implemented in swiftUI so that almost all code can be shared between the macOS and iOS versions.

How to run

There are two ways to run the app:

  • Build & run with XCode (macOS and iOS)
  • Download warpinator-project.app.zip from the releases tab (macOS only)

About the warpinator-project.app.zip release

  • The release is generated from the circleci pipeline, and can also be downloaded directly from circleci artifacts tab.
  • The app is not code signed, and running it will give a popup that the developer can not be verified.
    • Depending on macOS version, unsigned apps can still be run.

What works:

  • Receiving files:
    • Single file
    • Single folder
    • Multiple files/folders
  • Sending files:
    • Single file
    • Single folder
    • Multiple files/folders
  • Show received file location
    • on macOS
    • on iOS
  • Settings view (currently macOS only)
    • Set groupcode

About

An unofficial implementation of Warpinator for mac and iOS

License:GNU General Public License v3.0


Languages

Language:Swift 98.5%Language:Ruby 1.5%