Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Disable iOS builds
Browse files Browse the repository at this point in the history
I can't seem to get builds working using Dart FFI because of codesigning
issues... Since I'll anyway never be able to publish the app on the
AppStore, drop the build for now.
  • Loading branch information
abustany committed Oct 19, 2019
1 parent acf80e6 commit d05ee9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
File renamed without changes.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Flouze, an app to keep track of expenses among friends

[![CircleCI](https://circleci.com/gh/abustany/flouze.svg?style=svg)](https://circleci.com/gh/abustany/flouze)
[![Build Status](https://travis-ci.com/abustany/flouze.svg?branch=master)](https://travis-ci.com/abustany/flouze)

[Download prebuilt binaries here!](https://flouze.bustany.org)

Expand Down Expand Up @@ -41,11 +40,10 @@ The features currently being developed include:

## Compatibility

Rust and Flutter allow targeting both Android and iOS as mobile platforms. I
currently only develop for Android, and try to make things work for iOS once
every now and then, but given I have no Apple Developer Account this does not
mean much. There's also a very basic CLI tool for interacting with Flouze
accounts, that one should work on all desktop platforms.
Rust and Flutter theoretically allow targeting both Android and iOS as mobile
platforms. I currently only develop for Android. There's also a very basic CLI
tool for interacting with Flouze accounts, that one should work on all desktop
platforms.

## Development

Expand Down

0 comments on commit d05ee9b

Please sign in to comment.