Skip to content

Commit

Permalink
feat: support F-Droid (closes #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Aug 20, 2023
1 parent e3305a7 commit c9a4383
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 1 deletion.
11 changes: 11 additions & 0 deletions macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// This is a generated file; do not edit or check into version control.

This comment has been minimized.

Copy link
@phanan

phanan Aug 20, 2023

Author Member

lol oops

FLUTTER_ROOT=/Users/an/flutter
FLUTTER_APPLICATION_PATH=/Users/an/Personal/koel/player
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.1.1
FLUTTER_BUILD_NUMBER=9
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=.dart_tool/package_config.json
12 changes: 12 additions & 0 deletions macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/an/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/an/Personal/koel/player"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.1.1"
export "FLUTTER_BUILD_NUMBER=9"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.2+19
version: 2.0.4

This comment has been minimized.

Copy link
@bibo38

bibo38 Aug 20, 2023

Contributor

hmm, this might fail to build, as the versioncode is now missing

This comment has been minimized.

Copy link
@phanan

phanan Aug 20, 2023

Author Member

TBH I'm this close to abandoning this support. I currently don't (and won't be likely to) have time to maintain something I'm not familiar with like this one.

This comment has been minimized.

Copy link
@phanan

phanan Aug 20, 2023

Author Member

Since this is all open source, can't anyone (you? ;)) make a fork for F-Droid and maintain it instead? I'm willing to make references and even promote it in e.g., the documentation.

This comment has been minimized.

Copy link
@bibo38

bibo38 Aug 20, 2023

Contributor

understandable. Given your consent, I can setup a fork for the F-Droid version. And maybe someday we can merge things back into this repo and I get access for the F-Droid stuff (obviously only if you want ).

This comment has been minimized.

Copy link
@phanan

phanan Aug 20, 2023

Author Member

Sounds good!


environment:
sdk: ">=2.17.0-0 <3.0.0"
Expand Down

0 comments on commit c9a4383

Please sign in to comment.